From: Jon Kåre Hellan Date: Thu, 19 Aug 2004 22:12:33 +0000 (+0000) Subject: Remove trailing commas. X-Git-Tag: GLIB_2_5_2~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3b1cf9d237837f00cac62e17b2149209b84f20e7;p=platform%2Fupstream%2Fglib.git Remove trailing commas. --- diff --git a/ChangeLog b/ChangeLog index d470a34..5beac52 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-08-20 Jon K Hellan + + * glib/goption.h: Remove trailing commas. + 2004-08-17 Matthias Clasen * configure.in: Check for all four values of the diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index d470a34..5beac52 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,7 @@ +2004-08-20 Jon K Hellan + + * glib/goption.h: Remove trailing commas. + 2004-08-17 Matthias Clasen * configure.in: Check for all four values of the diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index d470a34..5beac52 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,7 @@ +2004-08-20 Jon K Hellan + + * glib/goption.h: Remove trailing commas. + 2004-08-17 Matthias Clasen * configure.in: Check for all four values of the diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index d470a34..5beac52 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,7 @@ +2004-08-20 Jon K Hellan + + * glib/goption.h: Remove trailing commas. + 2004-08-17 Matthias Clasen * configure.in: Check for all four values of the diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index d470a34..5beac52 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,7 @@ +2004-08-20 Jon K Hellan + + * glib/goption.h: Remove trailing commas. + 2004-08-17 Matthias Clasen * configure.in: Check for all four values of the diff --git a/glib/goption.h b/glib/goption.h index b2a2147..adbd704 100644 --- a/glib/goption.h +++ b/glib/goption.h @@ -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,