[glib] gioenums.h: Remove a trailing comma.
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] gioenums.h: Remove a trailing comma.
- Date: Thu, 16 Dec 2010 09:58:33 +0000 (UTC)
commit 2b6c801d10b5ee1ab11cf0612e34db74c6985fbd
Author: Murray Cumming <murrayc murrayc com>
Date: Thu Dec 16 10:57:18 2010 +0100
gioenums.h: Remove a trailing comma.
gio/gioenums.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gio/gioenums.h b/gio/gioenums.h
index 46a4eec..0b2c576 100644
--- a/gio/gioenums.h
+++ b/gio/gioenums.h
@@ -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;
/**
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]