mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
gioenums.h: Remove a trailing comma.
This commit is contained in:
@@ -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;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user