From add0a2f4966fa0ee9e9ae3f7e42324a998b14c84 Mon Sep 17 00:00:00 2001 From: Sylvain Pasche Date: Tue, 19 Feb 2008 08:49:16 +0000 Subject: [PATCH] Remove trailing coma in GMountMountFlags struct 2008-02-18 Sylvain Pasche * gfile.h: Remove trailing coma in GMountMountFlags struct svn path=/trunk/; revision=6536 --- gio/ChangeLog | 5 +++++ gio/gfile.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gio/ChangeLog b/gio/ChangeLog index 6f92ab567..f3d7b1e31 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 84e5169c5..50dd0d0e5 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;