diff options
Diffstat (limited to 'src/yajl.c')
-rw-r--r-- | src/yajl.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -133,7 +133,7 @@ yajl_parse(yajl_handle hand, const unsigned char * jsonText, yajl_status -yajl_parse_complete(yajl_handle hand) +yajl_complete_parse(yajl_handle hand) { return yajl_do_finish(hand); } |