changeset 2799:be9a3a706b7a HEAD

cleanup
author Timo Sirainen <tss@iki.fi>
date Thu, 21 Oct 2004 05:27:12 +0300
parents 54b29901a793
children 3f7d4af90ec1
files src/lib/ioloop-notify-none.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/lib/ioloop-notify-none.c	Thu Oct 21 05:23:09 2004 +0300
+++ b/src/lib/ioloop-notify-none.c	Thu Oct 21 05:27:12 2004 +0300
@@ -11,7 +11,7 @@
 			      io_callback_t *callback __attr_unused__,
 			      void *context __attr_unused__)
 {
-	return FALSE;
+	return NULL;
 }
 
 void io_loop_notify_remove(struct ioloop *ioloop __attr_unused__,