comparison libpurple/protocols/bonjour/bonjour_ft.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 dc703f13449a
children 867b4cdc01bf
comparison
equal deleted inserted replaced
24686:79da937ac0f1 24687:d8452c0bec7b
25 #include "proxy.h" 25 #include "proxy.h"
26 typedef struct _XepXfer XepXfer; 26 typedef struct _XepXfer XepXfer;
27 typedef enum { 27 typedef enum {
28 XEP_BYTESTREAMS = 1, 28 XEP_BYTESTREAMS = 1,
29 XEP_IBB = 2, 29 XEP_IBB = 2,
30 XEP_UNKNOWN = 4, 30 XEP_UNKNOWN = 4
31 } XepSiMode; 31 } XepSiMode;
32 32
33 struct _XepXfer 33 struct _XepXfer
34 { 34 {
35 void *data; 35 void *data;