# HG changeset patch # User Mark Doliner # Date 1172348707 0 # Node ID cd02b303b81f69552856af8ccfbf1285f4894afa # Parent 562eaef05fe56a6833c5aa5d33e939c46bf57494 Fix the following compiler warning: nullclient.c:111: warning: missing initializer nullclient.c:111: warning: (near initialization for ¡Æglib_eventloops.input_get_error¡Ç) diff -r 562eaef05fe5 -r cd02b303b81f libpurple/example/nullclient.c --- a/libpurple/example/nullclient.c Sat Feb 24 20:22:50 2007 +0000 +++ b/libpurple/example/nullclient.c Sat Feb 24 20:25:07 2007 +0000 @@ -107,7 +107,8 @@ g_timeout_add, g_source_remove, glib_input_add, - g_source_remove + g_source_remove, + NULL }; /*** End of the eventloop functions. ***/