Whitespace.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@234939 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.6.2
Alec L Davis 17 years ago
parent 1081a4e14a
commit 0154315bae

@ -1413,7 +1413,7 @@ struct ast_frame *ast_dsp_process(struct ast_channel *chan, struct ast_dsp *dsp,
if (dsp->features & DSP_FEATURE_BUSY_DETECT) {
/* Reset Busy Detector as we have some confirmed activity */
memset(dsp->historicsilence, 0, sizeof(dsp->historicsilence));
memset(dsp->historicsilence, 0, sizeof(dsp->historicsilence));
memset(dsp->historicnoise, 0, sizeof(dsp->historicnoise));
}
}

Loading…
Cancel
Save