Remove trailing commas.
authorJon Kåre Hellan <jhellan@src.gnome.org>
Thu, 19 Aug 2004 22:12:33 +0000 (22:12 +0000)
committerJon Kåre Hellan <jhellan@src.gnome.org>
Thu, 19 Aug 2004 22:12:33 +0000 (22:12 +0000)
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-6
ChangeLog.pre-2-8
glib/goption.h

index d470a34..5beac52 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-08-20  Jon K Hellan  <hellan@acm.org>
+
+       * glib/goption.h: Remove trailing commas.
+
 2004-08-17  Matthias Clasen  <mclasen@redhat.com>
 
        * configure.in: Check for all four values of the
index d470a34..5beac52 100644 (file)
@@ -1,3 +1,7 @@
+2004-08-20  Jon K Hellan  <hellan@acm.org>
+
+       * glib/goption.h: Remove trailing commas.
+
 2004-08-17  Matthias Clasen  <mclasen@redhat.com>
 
        * configure.in: Check for all four values of the
index d470a34..5beac52 100644 (file)
@@ -1,3 +1,7 @@
+2004-08-20  Jon K Hellan  <hellan@acm.org>
+
+       * glib/goption.h: Remove trailing commas.
+
 2004-08-17  Matthias Clasen  <mclasen@redhat.com>
 
        * configure.in: Check for all four values of the
index d470a34..5beac52 100644 (file)
@@ -1,3 +1,7 @@
+2004-08-20  Jon K Hellan  <hellan@acm.org>
+
+       * glib/goption.h: Remove trailing commas.
+
 2004-08-17  Matthias Clasen  <mclasen@redhat.com>
 
        * configure.in: Check for all four values of the
index d470a34..5beac52 100644 (file)
@@ -1,3 +1,7 @@
+2004-08-20  Jon K Hellan  <hellan@acm.org>
+
+       * glib/goption.h: Remove trailing commas.
+
 2004-08-17  Matthias Clasen  <mclasen@redhat.com>
 
        * configure.in: Check for all four values of the
index b2a2147..adbd704 100644 (file)
@@ -33,7 +33,7 @@ typedef struct _GOptionEntry   GOptionEntry;
 typedef enum
 {
   G_OPTION_FLAG_HIDDEN       = 1 << 0,
-  G_OPTION_FLAG_IN_MAIN      = 1 << 1,
+  G_OPTION_FLAG_IN_MAIN      = 1 << 1
 } GOptionFlags;
 
 typedef enum
@@ -44,7 +44,7 @@ typedef enum
   G_OPTION_ARG_CALLBACK,
   G_OPTION_ARG_FILENAME,
   G_OPTION_ARG_STRING_ARRAY,
-  G_OPTION_ARG_FILENAME_ARRAY,
+  G_OPTION_ARG_FILENAME_ARRAY
 } GOptionArg;
 
 typedef gboolean (*GOptionArgFunc) (const gchar    *option_name,