summaryrefslogtreecommitdiffstats
path: root/src/voicecall.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/voicecall.c')
-rw-r--r--src/voicecall.c2
1 files changed, 1 insertions, 1 deletions
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)