1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-09 14:21:03 +03:00

Change a couple of comments to use "SQLITE_MUTEX_OMIT" instead of OMIT_MUTEX.

FossilOrigin-Name: b733e939f785111eac987fe4a25ccfa512e4f0b4
This commit is contained in:
dan
2009-09-30 04:28:04 +00:00
parent 652ac1d0a7
commit 1cf021e143
4 changed files with 10 additions and 10 deletions

View File

@@ -150,4 +150,4 @@ int sqlite3_mutex_notheld(sqlite3_mutex *p){
}
#endif
#endif /* SQLITE_OMIT_MUTEX */
#endif /* SQLITE_MUTEX_OMIT */