fixing typo in comment.
This commit is contained in:
parent
59194dcf4d
commit
14016743be
|
@ -150,7 +150,7 @@ really_inline bool parse_string(UNUSED const uint8_t *buf, UNUSED size_t len,
|
||||||
////////////////////////
|
////////////////////////
|
||||||
|
|
||||||
|
|
||||||
// we advance the point, accounting for the fact that we have a NULl termination
|
// we advance the point, accounting for the fact that we have a NULL termination
|
||||||
pj.current_string_buf_loc = dst + quote_dist + 1;
|
pj.current_string_buf_loc = dst + quote_dist + 1;
|
||||||
|
|
||||||
#ifdef JSON_TEST_STRINGS // for unit testing
|
#ifdef JSON_TEST_STRINGS // for unit testing
|
||||||
|
|
Loading…
Reference in New Issue