gioenums.h: Remove trailing comma.

This is helpful to people using the g++ --pedantic option.
This commit is contained in:
Antoine Jacoutot
2016-04-17 10:04:13 +02:00
parent 24b0781264
commit 52f116e874

View File

@@ -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;