summaryrefslogtreecommitdiff
path: root/json-c
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2008-06-18 09:30:41 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2008-06-18 09:30:41 +0000
commit7b529dbf9f5fbc39edc072bc790f33ebb39d1d0e (patch)
treea4d6466befbe5000945c6cfcf0b0c4a5cd20bed8 /json-c
parent10dc14dacffbb8a3882b0840c0643da4f437ac45 (diff)
downloadjson-c-7b529dbf9f5fbc39edc072bc790f33ebb39d1d0e.tar.gz
json-c-7b529dbf9f5fbc39edc072bc790f33ebb39d1d0e.tar.bz2
Merge in hex chars patch from hubbub. Void prototypes appear to have been fixed upstream.
svn path=/trunk/json-c/; revision=4383
Diffstat (limited to 'json-c')
-rw-r--r--json-c/json_object.c2
1 files changed, 1 insertions, 1 deletions
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[] = {