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:
@@ -1 +1 @@
|
|||||||
270ac1a0f232d75537be40abae559004e950b992cb2c7e94cd6de66e96ae17bd
|
73fecc688ab5c459245c9bb89432139a083ef378404b4dae3397a7f4e253f72a
|
@@ -100,7 +100,7 @@ static int (*const sqlite3BuiltinExtensions[])(sqlite3*) = {
|
|||||||
|
|
||||||
#ifndef SQLITE_AMALGAMATION
|
#ifndef SQLITE_AMALGAMATION
|
||||||
/* IMPLEMENTATION-OF: R-46656-45156 The sqlite3_version[] string constant
|
/* 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;
|
const char sqlite3_version[] = SQLITE_VERSION;
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user