comparison libpurple/protocols/msn/slpcall.h @ 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 9bdaf273c0ff
children 59b0c556f787
comparison
equal deleted inserted replaced
24686:79da937ac0f1 24687:d8452c0bec7b
35 #define MSN_SLPCALL_TIMEOUT 300 35 #define MSN_SLPCALL_TIMEOUT 300
36 36
37 typedef enum 37 typedef enum
38 { 38 {
39 MSN_SLPCALL_ANY, 39 MSN_SLPCALL_ANY,
40 MSN_SLPCALL_DC, 40 MSN_SLPCALL_DC
41 41
42 } MsnSlpCallType; 42 } MsnSlpCallType;
43 43
44 struct _MsnSlpCall 44 struct _MsnSlpCall
45 { 45 {