1
0
mirror of https://gitlab.gnome.org/GNOME/glib.git synced 2025-07-23 18:37:50 +02:00

[gio]: gioenums.h: Remove trailing comma again.

This commit is contained in:
Murray Cumming
2010-07-23 13:24:43 +02:00
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;
/**