aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-07-11 14:38:01 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-07-11 14:38:01 +0000
commit8a7b7f8004c135c177834921cdcf061a313ddfc3 (patch)
treec453ab2ffa84b2ca107018157ff76fd1cd0f448b
parent3c6aba1a6f49e646598744fae49ecb786db97b9e (diff)
Change header a bit to get rid of a doxygen parse error. (issue #10177 reported by snuffy)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@74519 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--channels/misdn/isdn_lib_intern.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/channels/misdn/isdn_lib_intern.h b/channels/misdn/isdn_lib_intern.h
index 757e8e20b..06a9e7c43 100644
--- a/channels/misdn/isdn_lib_intern.h
+++ b/channels/misdn/isdn_lib_intern.h
@@ -11,7 +11,9 @@
#include "isdn_lib.h"
-#if !defined MISDNUSER_VERSION_CODE || (MISDNUSER_VERSION_CODE < MISDNUSER_VERSION(1, 0, 3))
+#ifndef MISDNUSER_VERSION_CODE
+#error "You need a newer version of mISDNuser ..."
+#elif MISDNUSER_VERSION_CODE < MISDNUSER_VERSION(1, 0, 3)
#error "You need a newer version of mISDNuser ..."
#endif