summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Jacoutot <ajacoutot@gnome.org>2016-04-17 10:04:13 +0200
committerAntoine Jacoutot <ajacoutot@gnome.org>2016-04-17 10:04:13 +0200
commit52f116e874c783789bda3ddc67df61729834bf49 (patch)
tree7c9bcd2b2f4138dbe68305fbc2e6994dbae6276f
parent24b078126451cb90c2aaeb4d3e1759006218cde9 (diff)
downloadglib-52f116e874c783789bda3ddc67df61729834bf49.tar.gz
gioenums.h: Remove trailing comma.
This is helpful to people using the g++ --pedantic option.
-rw-r--r--gio/gioenums.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/gioenums.h b/gio/gioenums.h
index 4461f8388..24b789940 100644
--- a/gio/gioenums.h
+++ b/gio/gioenums.h
@@ -561,7 +561,7 @@ typedef enum {
G_IO_ERROR_BROKEN_PIPE,
G_IO_ERROR_CONNECTION_CLOSED = G_IO_ERROR_BROKEN_PIPE,
G_IO_ERROR_NOT_CONNECTED,
- G_IO_ERROR_MESSAGE_TOO_LARGE,
+ G_IO_ERROR_MESSAGE_TOO_LARGE
} GIOErrorEnum;