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)
commit12e838d766c14368112e0333146d77e806c151db
treef030de5223e7f8d1b4063eb74bc01ba101038ecc
parentb4cbb84fe0b7dc4ea847190f25234a0b2ee59b40
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
tools/dbus-monitor.c