gioenums.h: Remove a trailing comma.
authorMurray Cumming <murrayc@murrayc.com>
Thu, 16 Dec 2010 09:57:18 +0000 (10:57 +0100)
committerMurray Cumming <murrayc@murrayc.com>
Thu, 16 Dec 2010 09:57:39 +0000 (10:57 +0100)
gio/gioenums.h

index 46a4eec..0b2c576 100644 (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;
 
 /**