1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-05 15:55:57 +03:00

Fix an incorrect ifdef in the previous check-in.

FossilOrigin-Name: 4b2bb46730393292364b2be7db4e73fc8f93cd5a141aaf04f20fe0119deb5ab3
This commit is contained in:
drh
2021-06-15 20:07:16 +00:00
parent f54e79405e
commit 9d82a2ccfe
3 changed files with 8 additions and 8 deletions

View File

@@ -4284,7 +4284,7 @@ int sqlite3_test_control(int op, ...){
break;
}
#if !defined(SQLITE_DEBUG) && !defined(SQLITE_OMIT_WSD)
#if defined(SQLITE_DEBUG) && !defined(SQLITE_OMIT_WSD)
/* sqlite3_test_control(SQLITE_TESTCTRL_TUNE, id, *piValue)
**
** If "id" is an integer between 1 and SQLITE_NTUNE then set the value