summaryrefslogtreecommitdiff
path: root/channel.c
diff options
context:
space:
mode:
authorAnthony Minessale II <anthmct@yahoo.com>2005-07-09 20:37:59 +0000
committerAnthony Minessale II <anthmct@yahoo.com>2005-07-09 20:37:59 +0000
commitfb4106f357e6c2017da3662c8309833bc46a0bea (patch)
tree62a0c9a5e6209fc5768c356b62f500b6d14898cd /channel.c
parent47edc64ecd6c0f2c1778d7bf0892ad3681817e1f (diff)
Typo Fix (per corydon76)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6067 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channel.c')
-rwxr-xr-xchannel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channel.c b/channel.c
index f0af5cefe..ffebf9604 100755
--- a/channel.c
+++ b/channel.c
@@ -33,7 +33,7 @@
#endif
#ifdef __FreeBSD__
#include <strfunc.h>
-#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