changeset 998:dfba5688e19a refine_backend_if

Fix typo on return type of _x_supp_tmo_hdlr()
author Thinker K.F. Li <thinker@codemud.net>
date Mon, 22 Nov 2010 00:42:30 +0800
parents cfed7fb28d24
children d975a59d4504
files src/X_supp.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/X_supp.c	Mon Nov 22 00:42:30 2010 +0800
+++ b/src/X_supp.c	Mon Nov 22 00:42:30 2010 +0800
@@ -114,7 +114,7 @@
     void *data;			/*!< data for real callback */
 };
 
-static void *
+static void
 _x_supp_tmo_hdlr(const mb_timeval_t *tmo,
 		 const mb_timeval_t *now,
 		 void *arg) {