1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-11 01:42:22 +03:00

Minor fix to the header comment on jsonXlateTextToBlob().

FossilOrigin-Name: c3677ba410208c07b711f5f526eb5cf039a8eee49f632c7ae04fa55cdfbb9058
This commit is contained in:
drh
2023-12-02 14:55:46 +00:00
parent f0b8b16317
commit 82136d90f8
3 changed files with 8 additions and 8 deletions

View File

@@ -1235,7 +1235,7 @@ static int jsonIs4HexB(const char *z, int *pOp){
** or one of the following special result codes:
**
** 0 End of input
** -1 Syntax error
** -1 Syntax error or OOM
** -2 '}' seen \
** -3 ']' seen \___ For these returns, pParse->iErr is set to
** -4 ',' seen / the index in zJson[] of the seen character