mirror of
https://github.com/akheron/jansson.git
synced 2025-04-06 05:55:05 +00:00
parent
f86bb0377f
commit
872f847655
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ static const char * const type_names[] = {
|
|||
|
||||
#define type_name(x) type_names[json_typeof(x)]
|
||||
|
||||
static const char * const unpack_value_starters = "{[siIbfFOon";
|
||||
static const char unpack_value_starters[] = "{[siIbfFOon";
|
||||
|
||||
|
||||
static void scanner_init(scanner_t *s, json_error_t *error,
|
||||
|
|
Loading…
Add table
Reference in a new issue