From eead418b248106c0046a36ae43fce8ec6614dbf5 Mon Sep 17 00:00:00 2001 From: "John (J5) Palmieri" Date: Wed, 16 Apr 2008 10:49:25 -0400 Subject: 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 --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e69de29b..0bc33d45 100644 --- a/ChangeLog +++ b/ChangeLog @@ -0,0 +1,5 @@ +2008-04-16 John (J5) Palmieri + + * 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 -- cgit