|
@@ -95,7 +95,6 @@ static const char *json_tokener_errors[] = { |
|
|
*/ |
|
|
*/ |
|
|
static json_bool json_tokener_validate_utf8(const char c, unsigned int *nBytes); |
|
|
static json_bool json_tokener_validate_utf8(const char c, unsigned int *nBytes); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
const char *json_tokener_error_desc(enum json_tokener_error jerr) |
|
|
const char *json_tokener_error_desc(enum json_tokener_error jerr) |
|
|
{ |
|
|
{ |
|
|
int jerr_int = (int)jerr; |
|
|
int jerr_int = (int)jerr; |
|
|