comparison libpurple/protocols/msn/switchboard.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 a3523b143f78
children a6d84d9de605
comparison
equal deleted inserted replaced
24634:79da937ac0f1 24635:d8452c0bec7b
55 * A switchboard flag. 55 * A switchboard flag.
56 */ 56 */
57 typedef enum 57 typedef enum
58 { 58 {
59 MSN_SB_FLAG_IM = 0x01, /**< This switchboard is being used for a conversation. */ 59 MSN_SB_FLAG_IM = 0x01, /**< This switchboard is being used for a conversation. */
60 MSN_SB_FLAG_FT = 0x02, /**< This switchboard is being used for file transfer. */ 60 MSN_SB_FLAG_FT = 0x02 /**< This switchboard is being used for file transfer. */
61 61
62 } MsnSBFlag; 62 } MsnSBFlag;
63 63
64 /** 64 /**
65 * A switchboard. 65 * A switchboard.