projects
/
dana
/
cg-glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26988f5
)
glib/gtester.c:Small -Wall fix
author
Tim Janik
<timj@src.gnome.org>
Tue, 20 Nov 2007 15:00:39 +0000
(15:00 +0000)
committer
Tim Janik
<timj@src.gnome.org>
Tue, 20 Nov 2007 15:00:39 +0000
(15:00 +0000)
svn path=/trunk/; revision=5893
glib/gtester.c
patch
|
blob
|
history
diff --git
a/glib/gtester.c
b/glib/gtester.c
index f685b2e62a9a83b4b9f8e6b2feca102cef282c34..78b006213765e2039a341b084384ec061c262550 100644
(file)
--- 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