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

Fix an #endif (added in the wrong place by [8f4b1ceafe4a271b]) so that

the build works with SQLITE_OMIT_VIRTUAL_TABLE.

FossilOrigin-Name: 7070924eebce1d089fde911dc0427ab8f3764d57ace24caff2b79954b42d1b51
This commit is contained in:
drh
2024-02-07 20:45:38 +00:00
parent 722bd1fe89
commit 0f777cd622
3 changed files with 8 additions and 10 deletions

View File

@@ -2116,10 +2116,9 @@ void sqlite3Pragma(
a1 = sqlite3VdbeAddOp1(v, OP_IsNull, 3); VdbeCoverage(v);
integrityCheckResultRow(v);
sqlite3VdbeJumpHere(v, a1);
#endif
continue;
}
#endif
}
{
static const int iLn = VDBE_OFFSET_LINENO(2);