[glib] gioenums.h: Remove trailing commas
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] gioenums.h: Remove trailing commas
- Date: Thu, 9 Jun 2011 18:19:27 +0000 (UTC)
commit 4db88bd6e2957893b9f232527cc46bda799f2027
Author: Murray Cumming <murrayc murrayc com>
Date: Thu Jun 9 20:17:52 2011 +0200
gioenums.h: Remove trailing commas
gio/gioenums.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gio/gioenums.h b/gio/gioenums.h
index bf9c1d5..4ea72a9 100644
--- a/gio/gioenums.h
+++ b/gio/gioenums.h
@@ -1287,7 +1287,7 @@ typedef enum
G_APPLICATION_HANDLES_COMMAND_LINE = (1 << 3),
G_APPLICATION_SEND_ENVIRONMENT = (1 << 4),
- G_APPLICATION_NON_UNIQUE = (1 << 5),
+ G_APPLICATION_NON_UNIQUE = (1 << 5)
} GApplicationFlags;
/**
@@ -1425,7 +1425,7 @@ typedef enum
typedef enum
{
G_DBUS_OBJECT_MANAGER_CLIENT_FLAGS_NONE = 0,
- G_DBUS_OBJECT_MANAGER_CLIENT_FLAGS_DO_NOT_AUTO_START = (1<<0),
+ G_DBUS_OBJECT_MANAGER_CLIENT_FLAGS_DO_NOT_AUTO_START = (1<<0)
} GDBusObjectManagerClientFlags;
G_END_DECLS
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]