From: Tim Janik Date: Tue, 20 Nov 2007 15:00:39 +0000 (+0000) Subject: glib/gtester.c:Small -Wall fix X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=bf51c15b896dca26f4417cb39dc8142a8ec1d390;p=dana%2Fcg-glib.git glib/gtester.c:Small -Wall fix svn path=/trunk/; revision=5893 --- diff --git a/glib/gtester.c b/glib/gtester.c index f685b2e6..78b00621 100644 --- a/glib/gtester.c +++ b/glib/gtester.c @@ -73,7 +73,7 @@ child_watch_cb (GPid pid, /* read the remaining data - also stops the io watch from being polled */ child_out_cb (out, G_IO_IN, data); - g_main_loop_quit (data); + g_main_loop_quit (loop); } int