Remove trailing commas from enums

This commit is contained in:
Murray Cumming
2012-06-12 10:35:52 +02:00
parent 6f1c4f7f05
commit b9ec5699cd
2 changed files with 2 additions and 2 deletions

View File

@@ -1650,7 +1650,7 @@ typedef enum {
* Since: 2.34
*/
typedef enum /*< flags >*/ {
G_TEST_DBUS_NONE = 0,
G_TEST_DBUS_NONE = 0
} GTestDBusFlags;
G_END_DECLS