mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
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:
committed by
Alexander Larsson
parent
b5a4dca963
commit
add0a2f496
@@ -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;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user