mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-20 15:48:54 +02:00
gioenums.h: Remove trailing comma.
This is helpful to people using the g++ --pedantic option.
This commit is contained in:
@@ -561,7 +561,7 @@ typedef enum {
|
|||||||
G_IO_ERROR_BROKEN_PIPE,
|
G_IO_ERROR_BROKEN_PIPE,
|
||||||
G_IO_ERROR_CONNECTION_CLOSED = G_IO_ERROR_BROKEN_PIPE,
|
G_IO_ERROR_CONNECTION_CLOSED = G_IO_ERROR_BROKEN_PIPE,
|
||||||
G_IO_ERROR_NOT_CONNECTED,
|
G_IO_ERROR_NOT_CONNECTED,
|
||||||
G_IO_ERROR_MESSAGE_TOO_LARGE,
|
G_IO_ERROR_MESSAGE_TOO_LARGE
|
||||||
} GIOErrorEnum;
|
} GIOErrorEnum;
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user