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 6f92ab567d645ecb006fa1f6dba0f716e3e39f9c..f3d7b1e314440130c93901f23da14d27ef9f0364 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 84e5169c5fd8aee60b1f0d222bcc3f522325ff0a..50dd0d0e5f51aea843321ced76a9a9a753a2a3ee 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;