mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-07 08:13:07 +02: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_NONE = 0,
|
||||||
G_IO_STREAM_SPLICE_CLOSE_STREAM1 = (1 << 0),
|
G_IO_STREAM_SPLICE_CLOSE_STREAM1 = (1 << 0),
|
||||||
G_IO_STREAM_SPLICE_CLOSE_STREAM2 = (1 << 1),
|
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;
|
} GIOStreamSpliceFlags;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user