summaryrefslogtreecommitdiff
path: root/gio/gioenums.h
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2012-06-12 10:35:52 +0200
committerMurray Cumming <murrayc@murrayc.com>2012-06-12 10:35:52 +0200
commitb9ec5699cd27334fdc605875bb0eeb818de64d4a (patch)
treea76cc45eb75c74e61f473f46bfc1f29bd309561d /gio/gioenums.h
parent6f1c4f7f056eddcbf884659ff68240c0784003c6 (diff)
downloadglib-b9ec5699cd27334fdc605875bb0eeb818de64d4a.tar.gz
Remove trailing commas from enums
Diffstat (limited to 'gio/gioenums.h')
-rw-r--r--gio/gioenums.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/gioenums.h b/gio/gioenums.h
index 4ae060962..fa7ae557d 100644
--- a/gio/gioenums.h
+++ b/gio/gioenums.h
@@ -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