aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/lock.h
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-07-26 21:49:07 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-07-26 21:49:07 +0000
commit9e78450715ed62f95b34218be3e0f4fbd3cedac2 (patch)
tree2e68bf89c9e6f1006c1f6974daa9898afdaafa85 /include/asterisk/lock.h
parent877efbde9443463e5d78e45466e4b33397a3bb80 (diff)
correct comment
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6225 f38db490-d61c-443f-a65b-d21fe96a405b
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