mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01: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:
parent
b5a4dca963
commit
add0a2f496
@ -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:
|
||||
|
@ -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;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user