glib/gtester.c:Small -Wall fix
authorTim Janik <timj@src.gnome.org>
Tue, 20 Nov 2007 15:00:39 +0000 (15:00 +0000)
committerTim Janik <timj@src.gnome.org>
Tue, 20 Nov 2007 15:00:39 +0000 (15:00 +0000)
svn path=/trunk/; revision=5893

glib/gtester.c

index f685b2e62a9a83b4b9f8e6b2feca102cef282c34..78b006213765e2039a341b084384ec061c262550 100644 (file)
@@ -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