1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-05 15:55:57 +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

@@ -70,4 +70,4 @@
#define sqlite3MutexAlloc(X) ((sqlite3_mutex*)8)
#define sqlite3MutexInit() SQLITE_OK
#define sqlite3MutexEnd()
#endif /* defined(SQLITE_OMIT_MUTEX) */
#endif /* defined(SQLITE_MUTEX_OMIT) */