[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

View File

@ -1149,7 +1149,7 @@ typedef enum
*/ */
typedef enum /*< flags >*/ typedef enum /*< flags >*/
{ {
G_DBUS_SIGNAL_FLAGS_NONE = 0, G_DBUS_SIGNAL_FLAGS_NONE = 0
} GDBusSignalFlags; } GDBusSignalFlags;
/** /**