add missing break on begin detect

This commit is contained in:
Anthony Minessale 2011-09-19 08:08:55 -05:00
parent 975ac0ac70
commit 2ad4f00c9f
2 changed files with 2 additions and 0 deletions

View File

@ -435,6 +435,7 @@ TELETONE_API(teletone_hit_type_t) teletone_dtmf_detect (teletone_dtmf_detect_sta
dtmf_detect_state->zc = ZC;
dtmf_detect_state->dur = 0;
r = TT_HIT_BEGIN;
break;
}
}

View File

@ -435,6 +435,7 @@ TELETONE_API(teletone_hit_type_t) teletone_dtmf_detect (teletone_dtmf_detect_sta
dtmf_detect_state->zc = ZC;
dtmf_detect_state->dur = 0;
r = TT_HIT_BEGIN;
break;
}
}