From bf51c15b896dca26f4417cb39dc8142a8ec1d390 Mon Sep 17 00:00:00 2001 From: Tim Janik Date: Tue, 20 Nov 2007 15:00:39 +0000 Subject: [PATCH] glib/gtester.c:Small -Wall fix svn path=/trunk/; revision=5893 --- glib/gtester.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1