[glib] Fix non-win32 build error in my recent commit



commit bb78753a661f7149fc0ac85cfdbf10f9f7e9fc42
Author: Alexander Larsson <alexl redhat com>
Date:   Thu Apr 19 20:46:08 2012 +0200

    Fix non-win32 build error in my recent commit

 gio/gtestdbus.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/gio/gtestdbus.c b/gio/gtestdbus.c
index b50c383..f205733 100644
--- a/gio/gtestdbus.c
+++ b/gio/gtestdbus.c
@@ -527,8 +527,9 @@ start_daemon (GTestDBus *self)
                             G_SPAWN_SEARCH_PATH
 #ifdef G_OS_WIN32
 			    /* We Need this to get the pid returned on win32 */
-			    | G_SPAWN_DO_NOT_REAP_CHILD,
+			    | G_SPAWN_DO_NOT_REAP_CHILD
 #endif
+			    ,
                             NULL,
                             NULL,
                             &self->priv->bus_pid,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]