summaryrefslogtreecommitdiffstats
path: root/Utilities/cmxmlrpc
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-03-02 15:35:04 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-03-02 15:35:04 (GMT)
commit21a77046248db063447a425c93a7b3e2ed1afd53 (patch)
tree2c857f72964aa758825b44981bcd08ec8e4476ae /Utilities/cmxmlrpc
parente015d822ab900b9a2f164a29db67a613aafed1df (diff)
downloadCMake-21a77046248db063447a425c93a7b3e2ed1afd53.zip
CMake-21a77046248db063447a425c93a7b3e2ed1afd53.tar.gz
CMake-21a77046248db063447a425c93a7b3e2ed1afd53.tar.bz2
COMP: Enum should really not have comma at the end
Diffstat (limited to 'Utilities/cmxmlrpc')
-rw-r--r--Utilities/cmxmlrpc/xmlrpc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Utilities/cmxmlrpc/xmlrpc.h b/Utilities/cmxmlrpc/xmlrpc.h
index 9c308c8..127d021 100644
--- a/Utilities/cmxmlrpc/xmlrpc.h
+++ b/Utilities/cmxmlrpc/xmlrpc.h
@@ -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. */