mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-13 00:04:53 +00:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user