comparison libpurple/protocols/qq/qq_process.h @ 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 bdfcfd71449c
children 7da3cf2530b7
comparison
equal deleted inserted replaced
24634:79da937ac0f1 24635:d8452c0bec7b
33 enum { 33 enum {
34 QQ_CMD_CLASS_NONE = 0, 34 QQ_CMD_CLASS_NONE = 0,
35 QQ_CMD_CLASS_UPDATE_ALL, 35 QQ_CMD_CLASS_UPDATE_ALL,
36 QQ_CMD_CLASS_UPDATE_ONLINE, 36 QQ_CMD_CLASS_UPDATE_ONLINE,
37 QQ_CMD_CLASS_UPDATE_BUDDY, 37 QQ_CMD_CLASS_UPDATE_BUDDY,
38 QQ_CMD_CLASS_UPDATE_ROOM, 38 QQ_CMD_CLASS_UPDATE_ROOM
39 }; 39 };
40 40
41 guint8 qq_proc_login_cmds(PurpleConnection *gc, guint16 cmd, guint16 seq, 41 guint8 qq_proc_login_cmds(PurpleConnection *gc, guint16 cmd, guint16 seq,
42 guint8 *rcved, gint rcved_len, gint update_class, guint32 ship32); 42 guint8 *rcved, gint rcved_len, gint update_class, guint32 ship32);
43 void qq_proc_client_cmds(PurpleConnection *gc, guint16 cmd, guint16 seq, 43 void qq_proc_client_cmds(PurpleConnection *gc, guint16 cmd, guint16 seq,