[glib] gsignal.h: Remove trailing comma
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] gsignal.h: Remove trailing comma
- Date: Fri, 18 Nov 2011 09:46:40 +0000 (UTC)
commit 951827379f34e491a72473a45eb84618c8715f73
Author: Murray Cumming <murrayc murrayc com>
Date: Fri Nov 18 10:46:35 2011 +0100
gsignal.h: Remove trailing comma
gobject/gsignal.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gobject/gsignal.h b/gobject/gsignal.h
index 5d8ead8..63390f5 100644
--- a/gobject/gsignal.h
+++ b/gobject/gsignal.h
@@ -128,7 +128,7 @@ typedef enum
G_SIGNAL_ACTION = 1 << 5,
G_SIGNAL_NO_HOOKS = 1 << 6,
G_SIGNAL_MUST_COLLECT = 1 << 7,
- G_SIGNAL_DEPRECATED = 1 << 8,
+ G_SIGNAL_DEPRECATED = 1 << 8
} GSignalFlags;
/**
* G_SIGNAL_FLAGS_MASK:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]