summaryrefslogtreecommitdiffstats
path: root/src/voicecall.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/voicecall.c')
-rw-r--r--src/voicecall.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/voicecall.c b/src/voicecall.c
index 52383e7f..3912abeb 100644
--- a/src/voicecall.c
+++ b/src/voicecall.c
@@ -829,8 +829,9 @@ static ofono_bool_t clir_string_to_clir(const char *clirstr,
} else if (!strcmp(clirstr, "enabled")) {
*clir = OFONO_CLIR_OPTION_INVOCATION;
return TRUE;
- } else
+ } else {
return FALSE;
+ }
}
static struct ofono_call *synthesize_outgoing_call(struct ofono_voicecall *vc,