mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +01:00
gioenums.h: Remove a trailing comma.
This commit is contained in:
parent
274ef35fd4
commit
2b6c801d10
@ -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;
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user