Browse Source

Fixing typo

pull/124/head
phalcon 11 years ago
parent
commit
b442db1950
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      json_tokener.c

+ 1
- 1
json_tokener.c View File

@@ -511,7 +511,7 @@ struct json_object* json_tokener_parse_ex(struct json_tokener *tok,
state = saved_state;
break;
case 'u':
tok->ucs_char = 0;s
tok->ucs_char = 0;
tok->st_pos = 0;
state = json_tokener_state_escape_unicode;
break;


Loading…
Cancel
Save