aboutsummaryrefslogtreecommitdiffstats
path: root/main/dsp.c
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-06-06 19:21:13 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-06-06 19:21:13 +0000
commitcc7d1eb7ec3abfbb236a0e7637a82410ca4c98f3 (patch)
tree5bad33764f4badf9ab6d0a37b6eec7d485db51c0 /main/dsp.c
parent9e6359da1b106db71a963f256e74d587e7b3dd97 (diff)
minor formatting change ... testing mantis/svn
(issue #9828) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@67803 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main/dsp.c')
-rw-r--r--main/dsp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/dsp.c b/main/dsp.c
index d7f2e967f..703a9f4ff 100644
--- a/main/dsp.c
+++ b/main/dsp.c
@@ -1350,7 +1350,7 @@ int ast_dsp_busydetect(struct ast_dsp *dsp)
dsp->busymaybe = 0;
min = 9999;
max = 0;
- for (x=DSP_HISTORY - dsp->busycount;x<DSP_HISTORY;x++) {
+ for (x = DSP_HISTORY - dsp->busycount; x < DSP_HISTORY; x++) {
#if 0
printf("Silence: %d, Noise: %d\n", dsp->historicsilence[x], dsp->historicnoise[x]);
#endif