COMP: Enum should really not have comma at the end

This commit is contained in:
Andy Cedilnik 2005-03-02 10:35:04 -05:00
parent e015d822ab
commit 21a7704624
1 changed files with 1 additions and 1 deletions

View File

@ -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. */