Remove trailing coma in GMountMountFlags struct

2008-02-18  Sylvain Pasche <sylvain.pasche@gmail.com>

        * gfile.h:
	 Remove trailing coma in GMountMountFlags struct


svn path=/trunk/; revision=6536
This commit is contained in:
Sylvain Pasche 2008-02-19 08:49:16 +00:00 committed by Alexander Larsson
parent b5a4dca963
commit add0a2f496
2 changed files with 6 additions and 1 deletions

View 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:

View 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;