mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 11:26:16 +01:00
glib/gtester.c:Small -Wall fix
svn path=/trunk/; revision=5893
This commit is contained in:
parent
26988f5776
commit
bf51c15b89
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user