COMP: Enum should really not have comma at the end
This commit is contained in:
parent
e015d822ab
commit
21a7704624
|
@ -365,7 +365,7 @@ typedef enum {
|
|||
XMLRPC_TYPE_ARRAY = 6,
|
||||
XMLRPC_TYPE_STRUCT = 7,
|
||||
XMLRPC_TYPE_C_PTR = 8,
|
||||
XMLRPC_TYPE_DEAD = 0xDEAD,
|
||||
XMLRPC_TYPE_DEAD = 0xDEAD
|
||||
} xmlrpc_type;
|
||||
|
||||
/* These are *always* allocated on the heap. No exceptions. */
|
||||
|
|
Loading…
Reference in New Issue