gioenums.h: Remove a trailing comma.

This commit is contained in:
Murray Cumming 2010-12-16 10:57:18 +01:00
parent 274ef35fd4
commit 2b6c801d10

View File

@ -589,7 +589,7 @@ typedef enum {
G_IO_STREAM_SPLICE_NONE = 0,
G_IO_STREAM_SPLICE_CLOSE_STREAM1 = (1 << 0),
G_IO_STREAM_SPLICE_CLOSE_STREAM2 = (1 << 1),
G_IO_STREAM_SPLICE_WAIT_FOR_BOTH = (1 << 2),
G_IO_STREAM_SPLICE_WAIT_FOR_BOTH = (1 << 2)
} GIOStreamSpliceFlags;
/**