diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/btreeInt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/btreeInt.h b/src/btreeInt.h index f6335f16c..79c3296d0 100644 --- a/src/btreeInt.h +++ b/src/btreeInt.h @@ -698,7 +698,7 @@ struct IntegrityCk { Pgno nPage; /* Number of pages in the database */ int mxErr; /* Stop accumulating errors when this reaches zero */ int nErr; /* Number of messages written to zErrMsg so far */ - int rc;; /* SQLITE_OK, SQLITE_NOMEM, or SQLITE_INTERRUPT */ + int rc; /* SQLITE_OK, SQLITE_NOMEM, or SQLITE_INTERRUPT */ u32 nStep; /* Number of steps into the integrity_check process */ const char *zPfx; /* Error message prefix */ Pgno v1; /* Value for first %u substitution in zPfx */ |