mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-08 14:02:16 +03:00
Fix a harmless comment typo
FossilOrigin-Name: c4d25acec3c1e28e5a4664a74c263cc0d00e118a6db4b26b51cb0d42d0f2b26f
This commit is contained in:
@@ -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){
|
||||
|
Reference in New Issue
Block a user