From: Sylvain Pasche Date: Tue, 19 Feb 2008 08:49:16 +0000 (+0000) Subject: Remove trailing coma in GMountMountFlags struct X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=add0a2f4966fa0ee9e9ae3f7e42324a998b14c84;p=dana%2Fcg-glib.git Remove trailing coma in GMountMountFlags struct 2008-02-18 Sylvain Pasche * gfile.h: Remove trailing coma in GMountMountFlags struct svn path=/trunk/; revision=6536 --- diff --git a/gio/ChangeLog b/gio/ChangeLog index 6f92ab56..f3d7b1e3 100644 --- a/gio/ChangeLog +++ b/gio/ChangeLog @@ -1,3 +1,8 @@ +2008-02-18 Sylvain Pasche + + * gfile.h: + Remove trailing coma in GMountMountFlags struct + 2008-02-18 Alexander Larsson * glocalfile.c: diff --git a/gio/gfile.h b/gio/gfile.h index 84e5169c..50dd0d0e 100644 --- a/gio/gfile.h +++ b/gio/gfile.h @@ -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;