summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 87fb0ab8..3db88198 100644
--- a/src/main.c
+++ b/src/main.c
@@ -42,7 +42,7 @@
static GMainLoop *event_loop;
-void __ofono_exit()
+void __ofono_exit(void)
{
g_main_loop_quit(event_loop);
}