From 0ffd1ccc4701a9814e6ee570461b1250dd16f1e3 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Fri, 15 Feb 2008 16:15:00 +0100 Subject: () -> (void) --- obt/mainloop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'obt/mainloop.c') 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; -- cgit v1.2.3