dect
/
asterisk
Archived
13
0
Fork 0

arbitrary formatting change to test mantis change

(closes issue #12824)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@121286 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
russell 2008-06-09 16:55:15 +00:00
parent 7df57fb2ab
commit 138235a099
1 changed files with 0 additions and 1 deletions

View File

@ -556,7 +556,6 @@ static int tone_detect(struct ast_dsp *dsp, tone_detect_state_t *s, int16_t *amp
ast_debug(10, "tone %d, Ew=%.2E, Et=%.2E, s/n=%10.2f\n", s->freq, tone_energy, s->energy, tone_energy / (s->energy - tone_energy));
hit = 0;
if (tone_energy > s->energy * s->threshold) {
ast_debug(10, "Hit! count=%d\n", s->hit_count);
hit = 1;
}