]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
take out trailing comma inside an enum so non gcc compilers don't error out
authorJohn (J5) Palmieri <johnp@redhat.com>
Wed, 16 Apr 2008 14:49:25 +0000 (10:49 -0400)
committerJohn (J5) Palmieri <johnp@redhat.com>
Wed, 16 Apr 2008 14:53:00 +0000 (10:53 -0400)
* tools/dbus-monitor.c: take out the trailing comma in the
  ProfileAttributeFlags enum as it isn't in our style guides and causes
  some compilers to error out

ChangeLog
tools/dbus-monitor.c

index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0bc33d458e23e66d8bcb3b785ffb2445155a6cd5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -0,0 +1,5 @@
+2008-04-16  John (J5) Palmieri <johnp@redhat.com>
+
+       * tools/dbus-monitor.c: take out the trailing comma in the
+         ProfileAttributeFlags enum as it isn't in our style guides
+         and causes some compilers to error out
index 45d8718135955feaff9a2b290fc1c20d56b0a330..ee03d8545b4efe94f9aeab271156d038c6f1fe0a 100644 (file)
@@ -91,7 +91,7 @@ typedef enum
   PROFILE_ATTRIBUTE_FLAG_PATH = 16,
   PROFILE_ATTRIBUTE_FLAG_INTERFACE = 32,
   PROFILE_ATTRIBUTE_FLAG_MEMBER = 64,
-  PROFILE_ATTRIBUTE_FLAG_ERROR_NAME = 128,
+  PROFILE_ATTRIBUTE_FLAG_ERROR_NAME = 128
 } ProfileAttributeFlags;
 
 static void