Mercurial > pidgin
comparison libpurple/example/nullclient.c @ 15693:cd02b303b81f
Fix the following compiler warning:
nullclient.c:111: warning: missing initializer
nullclient.c:111: warning: (near initialization for ?glib_eventloops.input_get_error?)
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Sat, 24 Feb 2007 20:25:07 +0000 |
| parents | 7e0c0062c428 |
| children | 32c366eeeb99 |
comparison
equal
deleted
inserted
replaced
| 15692:562eaef05fe5 | 15693:cd02b303b81f |
|---|---|
| 105 static GaimEventLoopUiOps glib_eventloops = | 105 static GaimEventLoopUiOps glib_eventloops = |
| 106 { | 106 { |
| 107 g_timeout_add, | 107 g_timeout_add, |
| 108 g_source_remove, | 108 g_source_remove, |
| 109 glib_input_add, | 109 glib_input_add, |
| 110 g_source_remove | 110 g_source_remove, |
| 111 NULL | |
| 111 }; | 112 }; |
| 112 /*** End of the eventloop functions. ***/ | 113 /*** End of the eventloop functions. ***/ |
| 113 | 114 |
| 114 /*** Conversation uiops ***/ | 115 /*** Conversation uiops ***/ |
| 115 static void | 116 static void |
