mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-24 21:16:15 +01:00
[gio]: gioenums.h: Remove trailing comma again.
This commit is contained in:
parent
86040bb2eb
commit
633d9efc62
@ -1149,7 +1149,7 @@ typedef enum
|
||||
*/
|
||||
typedef enum /*< flags >*/
|
||||
{
|
||||
G_DBUS_SIGNAL_FLAGS_NONE = 0,
|
||||
G_DBUS_SIGNAL_FLAGS_NONE = 0
|
||||
} GDBusSignalFlags;
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user