diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/dbpage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dbpage.c b/src/dbpage.c index 0a2020883..76e79f954 100644 --- a/src/dbpage.c +++ b/src/dbpage.c @@ -434,7 +434,7 @@ static int dbpageSync(sqlite3_vtab *pVtab){ /* Cancel any pending truncate. */ -static dbpageRollbackTo(sqlite3_vtab *pVtab, int notUsed1){ +static int dbpageRollbackTo(sqlite3_vtab *pVtab, int notUsed1){ DbpageTable *pTab = (DbpageTable *)pVtab; pTab->pgnoTrunc = 0; (void)notUsed1; |