diff src/plugins.c @ 2150:eb2cadb18479

[gaim-migrate @ 2160] wee committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 20 Aug 2001 20:39:29 +0000
parents 66a84ff0445a
children 0b5c3338fa3d
line wrap: on
line diff
--- a/src/plugins.c	Mon Aug 20 19:32:03 2001 +0000
+++ b/src/plugins.c	Mon Aug 20 20:39:29 2001 +0000
@@ -468,7 +468,7 @@
 	g_module_close(handle);
 }
 
-static gint unload_timeout(GModule *handle)
+static gboolean unload_timeout(gpointer handle)
 {
 	g_module_close(handle);
 	return FALSE;