voicecall: Minor style fix

This commit is contained in:
Denis Kenzior 2011-07-14 18:15:08 -05:00
parent d9b369fffe
commit 5179489b11
1 changed files with 1 additions and 1 deletions

View File

@ -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)