diff src/gtkeventloop.c @ 8470:9949b752d1ab

[gaim-migrate @ 9203] Whitespace cleanup, and fix a compiler warning. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Fri, 19 Mar 2004 01:51:48 +0000
parents ef881489396e
children 482fc53c969d
line wrap: on
line diff
--- a/src/gtkeventloop.c	Thu Mar 18 17:58:02 2004 +0000
+++ b/src/gtkeventloop.c	Fri Mar 19 01:51:48 2004 +0000
@@ -95,9 +95,9 @@
 static GaimEventLoopUiOps eventloop_ops =
 {
 	g_timeout_add,
-	g_source_remove,
+	(guint (*)(guint))g_source_remove,
 	gaim_gtk_input_add,
-	g_source_remove
+	(void (*)(guint))g_source_remove
 };
 
 GaimEventLoopUiOps *