diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/voicecall.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/voicecall.c b/src/voicecall.c index 929ecba0..2e20c802 100644 --- a/src/voicecall.c +++ b/src/voicecall.c @@ -1026,7 +1026,8 @@ static gboolean voicecalls_have_active(struct ofono_voicecall *vc) return FALSE; } -static gboolean voicecalls_have_with_status(struct ofono_voicecall *vc, int status) +static gboolean voicecalls_have_with_status(struct ofono_voicecall *vc, + int status) { GSList *l; struct voicecall *v; |