diff libpurple/protocols/sametime/sametime.c @ 24635:d8452c0bec7b

Remove the commas at the end of enumerator lists. This resolves warnings when building libpurple within the Mozilla build system that turn into errors if the compiler is switched to a C++ compiler. Fixes #7717. committer: John Bailey <rekkanoryo@rekkanoryo.org>
author Florian Quèze <florian@instantbird.org>
date Thu, 11 Dec 2008 06:32:05 +0000
parents f10aba5592c6
children 508e57943440 65cfc59858cf
line wrap: on
line diff
--- a/libpurple/protocols/sametime/sametime.c	Thu Dec 11 06:24:58 2008 +0000
+++ b/libpurple/protocols/sametime/sametime.c	Thu Dec 11 06:32:05 2008 +0000
@@ -158,7 +158,7 @@
   blist_choice_LOCAL = 1, /**< local only */
   blist_choice_MERGE = 2, /**< merge from server */
   blist_choice_STORE = 3, /**< merge from and save to server */
-  blist_choice_SYNCH = 4, /**< sync with server */
+  blist_choice_SYNCH = 4  /**< sync with server */
 };