summaryrefslogtreecommitdiff
path: root/obt/mainloop.c
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@comhem.se>2008-02-15 16:15:00 +0100
committerMikael Magnusson <mikachu@comhem.se>2008-02-15 16:21:35 +0100
commit0ffd1ccc4701a9814e6ee570461b1250dd16f1e3 (patch)
tree1dd0e273104de7d72186342616215409a152b20a /obt/mainloop.c
parentdb49122dece88956856606fe4c17158859f81837 (diff)
() -> (void)
Diffstat (limited to 'obt/mainloop.c')
-rw-r--r--obt/mainloop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/obt/mainloop.c b/obt/mainloop.c
index 64972dd7..691c6875 100644
--- a/obt/mainloop.c
+++ b/obt/mainloop.c
@@ -140,7 +140,7 @@ struct _ObtMainLoopFdHandlerType
GDestroyNotify destroy;
};
-ObtMainLoop *obt_main_loop_new()
+ObtMainLoop *obt_main_loop_new(void)
{
ObtMainLoop *loop;