summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/voicecall.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/voicecall.c b/src/voicecall.c
index b6e02260..1af71671 100644
--- a/src/voicecall.c
+++ b/src/voicecall.c
@@ -1908,7 +1908,8 @@ static void sim_watch(struct ofono_atom *atom,
}
vc->sim_state_watch = ofono_sim_add_state_watch(sim,
- sim_state_watch, vc, NULL);
+ sim_state_watch,
+ vc, NULL);
sim_state_watch(vc, ofono_sim_get_state(sim));
}