From: Denis Kenzior Date: Thu, 14 Jul 2011 23:15:08 +0000 (-0500) Subject: voicecall: Minor style fix X-Git-Tag: 0.52~14 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5179489b11c3dd4071a6d04d7d49a29030a49e4e;p=platform%2Fupstream%2Fofono.git voicecall: Minor style fix --- diff --git a/src/voicecall.c b/src/voicecall.c index 9620838..964ac86 100644 --- a/src/voicecall.c +++ b/src/voicecall.c @@ -476,7 +476,7 @@ static DBusMessage *voicecall_deflect(DBusConnection *conn, const char *number; if (call->status != CALL_STATUS_INCOMING && - call->status != CALL_STATUS_WAITING) + call->status != CALL_STATUS_WAITING) return __ofono_error_failed(msg); if (vc->driver->deflect == NULL)