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:49:25 +0000 (10:49 -0400)
commiteead418b248106c0046a36ae43fce8ec6614dbf5
tree6251cfd139be7d47728cda7c6c068e179431e588
parenta2b72d577e6fb4aaea275da4a5dece6eccddc159
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