aboutsummaryrefslogtreecommitdiffstats
path: root/channel.c
diff options
context:
space:
mode:
authoranthm <anthm@f38db490-d61c-443f-a65b-d21fe96a405b>2005-07-09 20:37:59 +0000
committeranthm <anthm@f38db490-d61c-443f-a65b-d21fe96a405b>2005-07-09 20:37:59 +0000
commit1b09b7eb3651155576040a18391ec3e11a756f91 (patch)
tree62a0c9a5e6209fc5768c356b62f500b6d14898cd /channel.c
parent3d0410fcbf84a36fe1d53a4ead56a87d812b55f2 (diff)
Typo Fix (per corydon76)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6067 f38db490-d61c-443f-a65b-d21fe96a405b
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