comparison libpurple/protocols/qq/group_join.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 55b7371eadf4
children 370fd1834371
comparison
equal deleted inserted replaced
24634:79da937ac0f1 24635:d8452c0bec7b
42 #include "qq_process.h" 42 #include "qq_process.h"
43 43
44 enum { 44 enum {
45 QQ_ROOM_JOIN_OK = 0x01, 45 QQ_ROOM_JOIN_OK = 0x01,
46 QQ_ROOM_JOIN_NEED_AUTH = 0x02, 46 QQ_ROOM_JOIN_NEED_AUTH = 0x02,
47 QQ_ROOM_JOIN_DENIED = 0x03, 47 QQ_ROOM_JOIN_DENIED = 0x03
48 }; 48 };
49 49
50 enum { 50 enum {
51 QQ_ROOM_SEARCH_TYPE_BY_ID = 0x01, 51 QQ_ROOM_SEARCH_TYPE_BY_ID = 0x01,
52 QQ_ROOM_SEARCH_TYPE_DEMO = 0x02 52 QQ_ROOM_SEARCH_TYPE_DEMO = 0x02