summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJohn (J5) Palmieri <johnp@redhat.com>2008-04-16 10:49:25 -0400
committerJohn (J5) Palmieri <johnp@redhat.com>2008-04-16 10:49:25 -0400
commiteead418b248106c0046a36ae43fce8ec6614dbf5 (patch)
tree6251cfd139be7d47728cda7c6c068e179431e588 /ChangeLog
parenta2b72d577e6fb4aaea275da4a5dece6eccddc159 (diff)
take out trailing comma inside an enum so non gcc compilers don't error out
* 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
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e69de29b..0bc33d45 100644
--- 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