Remove trailing coma in GMountMountFlags struct
authorSylvain Pasche <sylvain.pasche@gmail.com>
Tue, 19 Feb 2008 08:49:16 +0000 (08:49 +0000)
committerAlexander Larsson <alexl@src.gnome.org>
Tue, 19 Feb 2008 08:49:16 +0000 (08:49 +0000)
2008-02-18  Sylvain Pasche <sylvain.pasche@gmail.com>

        * gfile.h:
 Remove trailing coma in GMountMountFlags struct

svn path=/trunk/; revision=6536

gio/ChangeLog
gio/gfile.h

index 6f92ab5..f3d7b1e 100644 (file)
@@ -1,3 +1,8 @@
+2008-02-18  Sylvain Pasche <sylvain.pasche@gmail.com>
+
+        * gfile.h:
+        Remove trailing coma in GMountMountFlags struct
+
 2008-02-18  Alexander Larsson  <alexl@redhat.com>
 
         * glocalfile.c:
index 84e5169..50dd0d0 100644 (file)
@@ -75,7 +75,7 @@ typedef enum  {
  * Flags used when mounting a mount.
  */
 typedef enum  {
-  G_MOUNT_MOUNT_NONE = 0,
+  G_MOUNT_MOUNT_NONE = 0
 } GMountMountFlags;