mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-03 22:52:09 +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>
|
2008-02-18 Alexander Larsson <alexl@redhat.com>
|
||||||
|
|
||||||
* glocalfile.c:
|
* glocalfile.c:
|
||||||
|
@ -75,7 +75,7 @@ typedef enum {
|
|||||||
* Flags used when mounting a mount.
|
* Flags used when mounting a mount.
|
||||||
*/
|
*/
|
||||||
typedef enum {
|
typedef enum {
|
||||||
G_MOUNT_MOUNT_NONE = 0,
|
G_MOUNT_MOUNT_NONE = 0
|
||||||
} GMountMountFlags;
|
} GMountMountFlags;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user