dbus/ChangeLog
John (J5) Palmieri 12e838d766 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
2008-04-16 10:53:00 -04:00

5 lines
215 B
Text

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