From 5179489b11c3dd4071a6d04d7d49a29030a49e4e Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Thu, 14 Jul 2011 18:15:08 -0500 Subject: voicecall: Minor style fix --- src/voicecall.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/voicecall.c') diff --git a/src/voicecall.c b/src/voicecall.c index 96208382..964ac861 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) -- cgit v1.2.3