changeset 664:c1ef1c39e8a5

Fix compilation warning
author Sebastien Decugis <sdecugis@nict.go.jp>
date Fri, 14 Jan 2011 17:18:57 +0900
parents 8ff4b0a174ce
children 40d499a58376
files libfdcore/events.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libfdcore/events.c	Fri Jan 14 16:27:51 2011 +0900
+++ b/libfdcore/events.c	Fri Jan 14 17:18:57 2011 +0900
@@ -190,6 +190,7 @@
 	TRACE_ENTRY("%p", arg);
 	(*cb)();
 	TRACE_DEBUG(ANNOYING, "Callback %p completed", cb);
+	return NULL;
 }
 
 int fd_event_trig_call_cb(int trigger_val)
"Welcome to our mercurial repository"