fix typo - json2tsv - JSON to TSV converter | |
git clone git://git.codemadness.org/json2tsv | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 29d08288c8e16e76e408f2cab0729d7136b493fb | |
parent ee80731f6fa75e73aea2a30b4cf1f4bb939b6545 | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Mon, 1 Jun 2020 12:15:09 +0200 | |
fix typo | |
Diffstat: | |
M json.c | 4 ++-- | |
1 file changed, 2 insertions(+), 2 deletions(-) | |
--- | |
diff --git a/json.c b/json.c | |
@@ -148,7 +148,7 @@ escchr: | |
goto end; | |
for (i = 12, cp = 0; i >= 0; i… | |
if ((c = GETNEXT()) ==… | |
- JSON_INVALID()… | |
+ JSON_INVALID()… | |
cp |= (hexdigit(c) << … | |
} | |
/* RFC8259 - 7. Strings - surr… | |
@@ -164,7 +164,7 @@ escchr: | |
} | |
for (hi = cp, i = 12, … | |
if ((c = GETNE… | |
- JSON_I… | |
+ JSON_I… | |
lo |= (hexdigi… | |
} | |
/* 0xdc00 - 0xdfff - l… |