aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mutex.c2
-rw-r--r--src/mutex.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mutex.c b/src/mutex.c
index c7385158b..79637b98b 100644
--- a/src/mutex.c
+++ b/src/mutex.c
@@ -150,4 +150,4 @@ int sqlite3_mutex_notheld(sqlite3_mutex *p){
}
#endif
-#endif /* SQLITE_OMIT_MUTEX */
+#endif /* SQLITE_MUTEX_OMIT */
diff --git a/src/mutex.h b/src/mutex.h
index 9457cb403..55575d66c 100644
--- a/src/mutex.h
+++ b/src/mutex.h
@@ -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) */