comparison libpurple/protocols/qq/buddy_opt.c @ 24687: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 1aca68fe730c
children 370fd1834371
comparison
equal deleted inserted replaced
24686:79da937ac0f1 24687:d8452c0bec7b
44 #define QQ_REMOVE_SELF_REPLY_OK 0x00 44 #define QQ_REMOVE_SELF_REPLY_OK 0x00
45 45
46 enum { 46 enum {
47 QQ_MY_AUTH_APPROVE = 0x30, /* ASCII value of "0" */ 47 QQ_MY_AUTH_APPROVE = 0x30, /* ASCII value of "0" */
48 QQ_MY_AUTH_REJECT = 0x31, /* ASCII value of "1" */ 48 QQ_MY_AUTH_REJECT = 0x31, /* ASCII value of "1" */
49 QQ_MY_AUTH_REQUEST = 0x32, /* ASCII value of "2" */ 49 QQ_MY_AUTH_REQUEST = 0x32 /* ASCII value of "2" */
50 }; 50 };
51 51
52 typedef struct _qq_buddy_req { 52 typedef struct _qq_buddy_req {
53 PurpleConnection *gc; 53 PurpleConnection *gc;
54 guint32 uid; 54 guint32 uid;