Make the component really compile.

[GB.DB.SQLITE2]
* BUG: Make the component really compile.
This commit is contained in:
Benoît Minisini 2023-07-14 13:05:47 +02:00
parent e3c2aa4767
commit 00d507b7a9

View file

@ -488,8 +488,7 @@ static int WalkDirectory(const char *dir, char ***databases)
static int init_version(DB_DATABASE *db)
{
char *version;
int dbversion = 0;
const char *version;
unsigned int verMain, verMajor, verMinor;
version = sqlite_libversion();