diff src/util.c @ 2370:25e7c2a68ed2

[gaim-migrate @ 2383] moving gtk out of perl and sound. i don't know why i'm moving it out of sound though. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 27 Sep 2001 09:20:47 +0000
parents bd9d403fb15b
children db02399a9ad7
line wrap: on
line diff
--- a/src/util.c	Thu Sep 27 09:02:07 2001 +0000
+++ b/src/util.c	Thu Sep 27 09:20:47 2001 +0000
@@ -742,7 +742,7 @@
 }
 
 
-gint clean_pid(void *dummy)
+gboolean clean_pid(gpointer dummy)
 {
 	int status;
 	pid_t pid;