comparison libpurple/protocols/msn/contact.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 98afd76647bd
children 6bee94ca522a
comparison
equal deleted inserted replaced
24634:79da937ac0f1 24635:d8452c0bec7b
614 MSN_ACCEPTED_BUDDY = 0x04, 614 MSN_ACCEPTED_BUDDY = 0x04,
615 MSN_DENIED_BUDDY = 0x08, 615 MSN_DENIED_BUDDY = 0x08,
616 MSN_ADD_GROUP = 0x10, 616 MSN_ADD_GROUP = 0x10,
617 MSN_DEL_GROUP = 0x20, 617 MSN_DEL_GROUP = 0x20,
618 MSN_RENAME_GROUP = 0x40, 618 MSN_RENAME_GROUP = 0x40,
619 MSN_UPDATE_INFO = 0x80, 619 MSN_UPDATE_INFO = 0x80
620 } MsnCallbackAction; 620 } MsnCallbackAction;
621 621
622 typedef struct _MsnCallbackState MsnCallbackState; 622 typedef struct _MsnCallbackState MsnCallbackState;
623 623
624 struct _MsnCallbackState 624 struct _MsnCallbackState