[glib] Remove extra comma in gtestutils.h



commit 9acc480d72e9140ec1fa34d780c6d924c7a71aec
Author: Kjell Ahlstedt <kjell ahlstedt bredband net>
Date:   Sun Jun 2 20:21:33 2013 +0200

    Remove extra comma in gtestutils.h
    
    https://bugzilla.gnome.org/show_bug.cgi?id=701474

 glib/gtestutils.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/glib/gtestutils.h b/glib/gtestutils.h
index 2113715..63e3b74 100644
--- a/glib/gtestutils.h
+++ b/glib/gtestutils.h
@@ -180,7 +180,7 @@ gboolean g_test_trap_fork               (guint64              usec_timeout,
 typedef enum {
   G_TEST_SUBPROCESS_INHERIT_STDIN  = 1 << 0,
   G_TEST_SUBPROCESS_INHERIT_STDOUT = 1 << 1,
-  G_TEST_SUBPROCESS_INHERIT_STDERR = 1 << 2,
+  G_TEST_SUBPROCESS_INHERIT_STDERR = 1 << 2
 } GTestSubprocessFlags;
 
 GLIB_AVAILABLE_IN_2_38


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