From: Joshua Colp Date: Wed, 11 Jul 2007 14:38:01 +0000 (+0000) Subject: Change header a bit to get rid of a doxygen parse error. (issue #10177 reported by... X-Git-Tag: 1.6.0-beta1~3^2~2093 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2162433060d581ba0eb4f90f93ab804b92a3d19c;p=thirdparty%2Fasterisk.git Change header a bit to get rid of a doxygen parse error. (issue #10177 reported by snuffy) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@74519 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/misdn/isdn_lib_intern.h b/channels/misdn/isdn_lib_intern.h index 757e8e20b8..06a9e7c43a 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