mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
gioenums.h: Remove a trailing comma.
This commit is contained in:
parent
c95e908529
commit
41fbf42c3c
@ -669,7 +669,7 @@ typedef enum {
|
||||
* Since: 2.32
|
||||
**/
|
||||
typedef enum /*< flags >*/ {
|
||||
G_RESOURCE_LOOKUP_FLAGS_NONE = 0,
|
||||
G_RESOURCE_LOOKUP_FLAGS_NONE = 0
|
||||
} GResourceLookupFlags;
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user