fixing typo in comment.

This commit is contained in:
Daniel Lemire 2019-06-05 21:29:46 -04:00 committed by GitHub
parent 59194dcf4d
commit 14016743be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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