]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Tweaks
authorSteve Underwood <steveu@coppice.org>
Sun, 26 Aug 2012 14:18:26 +0000 (22:18 +0800)
committerSteve Underwood <steveu@coppice.org>
Sun, 26 Aug 2012 14:18:26 +0000 (22:18 +0800)
libs/spandsp/src/t31.c

index 84923ad4e3d22e65f802b7f9b5f59d92350dfe4d..d1e5273b8e5d016f62d0c84d654f9b98e4d0ae50 100644 (file)
@@ -2493,7 +2493,6 @@ SPAN_DECLARE_NONSTD(int) t31_rx_fillin(t31_state_t *s, int len)
         at_put_response_code(&s->at_state, AT_RESPONSE_CODE_ERROR);
         restart_modem(s, FAX_MODEM_SILENCE_TX);
     }
-
     s->audio.modems.rx_fillin_handler(s->audio.modems.rx_fillin_user_data, len);
     return 0;
 }