aboutsummaryrefslogtreecommitdiffstats
path: root/dsp.c
diff options
context:
space:
mode:
authormartinp <martinp@f38db490-d61c-443f-a65b-d21fe96a405b>2003-06-17 23:13:41 +0000
committermartinp <martinp@f38db490-d61c-443f-a65b-d21fe96a405b>2003-06-17 23:13:41 +0000
commitd2bfaa0e66cce6fa450c5d3aa8867f559d885512 (patch)
treef019a27ad7f86e42ef16112d9df91f9d4a9d0345 /dsp.c
parent4357b508676c595b6df7276cef7eabe2e459542b (diff)
Fix a compile error
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1105 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'dsp.c')
-rwxr-xr-xdsp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dsp.c b/dsp.c
index 7dc368c0d..02cba6629 100755
--- a/dsp.c
+++ b/dsp.c
@@ -1052,7 +1052,7 @@ int ast_dsp_busydetect(struct ast_dsp *dsp)
#endif
#ifdef BUSYDETECT_COMPARE_TONE_AND_SILENCE
#ifdef BUSYDETECT_TONEONLY
-#error You can't use BUSYDETECT_TONEONLY together with BUSYDETECT_COMPARE_TONE_AND_SILENCE
+#error You cant use BUSYDETECT_TONEONLY together with BUSYDETECT_COMPARE_TONE_AND_SILENCE
#endif
if (avgtone > avgsilence) {
if (avgtone - avgtone/(BUSY_PERCENT*2) <= avgsilence)