summaryrefslogtreecommitdiff
path: root/include/asterisk/lock.h
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2005-07-26 21:49:07 +0000
committerKevin P. Fleming <kpfleming@digium.com>2005-07-26 21:49:07 +0000
commit2c0f42361ecec089aa47bc3b7659b08e70c26fdb (patch)
tree2e68bf89c9e6f1006c1f6974daa9898afdaafa85 /include/asterisk/lock.h
parent5cc0413c54bfbacc3816662694981664a4e1dd77 (diff)
correct comment
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6225 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk/lock.h')
-rwxr-xr-xinclude/asterisk/lock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/lock.h b/include/asterisk/lock.h
index d5873f0dc..6a0126ea4 100755
--- a/include/asterisk/lock.h
+++ b/include/asterisk/lock.h
@@ -302,7 +302,7 @@ static inline int __ast_pthread_mutex_unlock(const char *filename, int lineno, c
#define pthread_mutex_init use_ast_pthread_mutex_init_instead_of_pthread_mutex_init
#define pthread_mutex_destroy use_ast_pthread_mutex_destroy_instead_of_pthread_mutex_destroy
-#else /* DEBUG_THREADS */
+#else /* !DEBUG_THREADS */
#define AST_MUTEX_INIT_VALUE PTHREAD_MUTEX_INIT_VALUE