Fix non-win32 build error in my recent commit
authorAlexander Larsson <alexl@redhat.com>
Thu, 19 Apr 2012 18:46:08 +0000 (20:46 +0200)
committerAlexander Larsson <alexl@redhat.com>
Thu, 19 Apr 2012 18:46:08 +0000 (20:46 +0200)
gio/gtestdbus.c

index b50c383..f205733 100644 (file)
@@ -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,