diff options
author | drh <> | 2025-05-19 12:34:11 +0000 |
---|---|---|
committer | drh <> | 2025-05-19 12:34:11 +0000 |
commit | a58208a2142d24c41fc258903a43809f7177780a (patch) | |
tree | 5d6dd28d729fc080346f05e44a8540ea559f984b /src | |
parent | acf95a3217253fe156114ec60cc2e164e6f6d044 (diff) | |
download | sqlite-a58208a2142d24c41fc258903a43809f7177780a.tar.gz sqlite-a58208a2142d24c41fc258903a43809f7177780a.zip |
Fix a harmless comment typo
FossilOrigin-Name: c4d25acec3c1e28e5a4664a74c263cc0d00e118a6db4b26b51cb0d42d0f2b26f
Diffstat (limited to 'src')
-rw-r--r-- | src/utf.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -108,7 +108,7 @@ static const unsigned char sqlite3Utf8Trans1[] = { /* ** Write a single UTF8 character whose value is v into the ** buffer starting at zOut. zOut must be sized to hold at -** least for bytes. Return the number of bytes needed +** least four bytes. Return the number of bytes needed ** to encode the new character. */ int sqlite3AppendOneUtf8Character(char *zOut, u32 v){ |