Skip to content

Commit e4ef854

Browse files
Regenerate bundled SQLite amalgamations
Run cargo xtask build-bundled after the SQLite 3.51.3 update.
1 parent 5a76cb7 commit e4ef854

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

libsql-ffi/bundled/SQLite3MultipleCiphers/src/sqlite3.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
** tool/mksqlite3c.tcl
8080
** tool/mksqlite3h.tcl
8181
** tool/mksqlite3internalh.tcl
82-
**
82+
**
8383
*/
8484
#ifndef SQLITE_AMALGAMATION
8585
#define SQLITE_CORE 1

libsql-ffi/bundled/src/sqlite3.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
** tool/mksqlite3c.tcl
8080
** tool/mksqlite3h.tcl
8181
** tool/mksqlite3internalh.tcl
82-
**
82+
**
8383
*/
8484
#ifndef SQLITE_AMALGAMATION
8585
#define SQLITE_CORE 1

0 commit comments

Comments
 (0)