1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-07 02:42:48 +03:00

Remove a surplus space from a comment

FossilOrigin-Name: 73fecc688ab5c459245c9bb89432139a083ef378404b4dae3397a7f4e253f72a
This commit is contained in:
drh
2020-07-24 11:01:29 +00:00
parent 0c52f5a2b0
commit 8adc8f1ecb
3 changed files with 1879 additions and 8 deletions

1883
manifest

File diff suppressed because it is too large Load Diff

View File

@@ -1 +1 @@
270ac1a0f232d75537be40abae559004e950b992cb2c7e94cd6de66e96ae17bd
73fecc688ab5c459245c9bb89432139a083ef378404b4dae3397a7f4e253f72a

View File

@@ -100,7 +100,7 @@ static int (*const sqlite3BuiltinExtensions[])(sqlite3*) = {
#ifndef SQLITE_AMALGAMATION
/* IMPLEMENTATION-OF: R-46656-45156 The sqlite3_version[] string constant
** contains the text of SQLITE_VERSION macro.
** contains the text of SQLITE_VERSION macro.
*/
const char sqlite3_version[] = SQLITE_VERSION;
#endif