gioenums.h: Remove a trailing comma.

This commit is contained in:
Murray Cumming
2012-01-19 16:18:05 +01:00
parent c95e908529
commit 41fbf42c3c

View File

@@ -669,7 +669,7 @@ typedef enum {
* Since: 2.32 * Since: 2.32
**/ **/
typedef enum /*< flags >*/ { typedef enum /*< flags >*/ {
G_RESOURCE_LOOKUP_FLAGS_NONE = 0, G_RESOURCE_LOOKUP_FLAGS_NONE = 0
} GResourceLookupFlags; } GResourceLookupFlags;
/** /**