From 7b529dbf9f5fbc39edc072bc790f33ebb39d1d0e Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Wed, 18 Jun 2008 09:30:41 +0000 Subject: Merge in hex chars patch from hubbub. Void prototypes appear to have been fixed upstream. svn path=/trunk/json-c/; revision=4383 --- json-c/json_object.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'json-c') diff --git a/json-c/json_object.c b/json-c/json_object.c index c702c26..228345f 100644 --- a/json-c/json_object.c +++ b/json-c/json_object.c @@ -31,7 +31,7 @@ #define REFCOUNT_DEBUG 1 char *json_number_chars = "0123456789.+-eE"; -char *json_hex_chars = "0123456789abcdef"; +char *json_hex_chars = "0123456789abcdefABCDEF"; #ifdef REFCOUNT_DEBUG static char* json_type_name[] = { -- cgit v1.2.3