From 516d1545a1d086aee6a4b654ff5730803d2a2df1 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Wed, 11 Aug 2010 17:44:03 -0500 Subject: voicecall: Minor style issues --- src/voicecall.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src') 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, -- cgit v1.2.3