From fb4106f357e6c2017da3662c8309833bc46a0bea Mon Sep 17 00:00:00 2001 From: Anthony Minessale II Date: Sat, 9 Jul 2005 20:37:59 +0000 Subject: [PATCH] Typo Fix (per corydon76) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6067 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- channel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/channel.c b/channel.c index f0af5cefe5..ffebf96043 100755 --- a/channel.c +++ b/channel.c @@ -33,7 +33,7 @@ #endif #ifdef __FreeBSD__ #include -#if (!defined(__STRFUNC_H__) || (!defined(STRFUNC_H))) +#if (!defined(__STRFUNC_H__) && (!defined(STRFUNC_H))) #error "Please install the strfunc library located in the ports collection at /usr/ports/devel/libstrfunc" #endif #endif