# HG changeset patch # User Thinker K.F. Li # Date 1290357750 -28800 # Node ID dfba5688e19aabfc1448ff13a416523ddf55db86 # Parent cfed7fb28d24325cbe8d2e63acdbe564beeeae1a Fix typo on return type of _x_supp_tmo_hdlr() diff -r cfed7fb28d24 -r dfba5688e19a src/X_supp.c --- 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) {