diff options
author | Denis Kenzior <denkenz@gmail.com> | 2010-08-11 17:44:03 -0500 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2010-08-12 11:32:12 -0500 |
commit | 516d1545a1d086aee6a4b654ff5730803d2a2df1 (patch) | |
tree | cd2df4c05f47a8df62d7ad82551e28e6278e1d69 | |
parent | 10e9bdf4c13aea3166de1b75872ae9a3e5bb2ff2 (diff) | |
download | ofono-516d1545a1d086aee6a4b654ff5730803d2a2df1.tar.bz2 |
voicecall: Minor style issues
-rw-r--r-- | src/voicecall.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/voicecall.c b/src/voicecall.c index 683dcbf9..d08504c3 100644 --- a/src/voicecall.c +++ b/src/voicecall.c @@ -573,8 +573,8 @@ static gboolean voicecalls_have_active(struct ofono_voicecall *vc) v = l->data; if (v->call->status == CALL_STATUS_ACTIVE || - v->call->status == CALL_STATUS_DIALING || - v->call->status == CALL_STATUS_ALERTING) + v->call->status == CALL_STATUS_DIALING || + v->call->status == CALL_STATUS_ALERTING) return TRUE; } @@ -789,7 +789,6 @@ static void voicecalls_release_next(struct ofono_voicecall *vc) (call->call->status == CALL_STATUS_ALERTING || call->call->status == CALL_STATUS_DIALING || call->call->status == CALL_STATUS_INCOMING)) - vc->driver->hangup_active(vc, multirelease_callback, vc); else vc->driver->release_specific(vc, call->call->id, |