mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 21:22:09 +00:00
Another round of tweaks for spandsp. There should be no functional changes,
although quite a few things have changed in the test suite
This commit is contained in:
@@ -545,7 +545,7 @@ int main(int argc, char *argv[])
|
||||
}
|
||||
t4_rx_release(&t4_state);
|
||||
|
||||
if (sf_close(inhandle) != 0)
|
||||
if (sf_close(inhandle))
|
||||
{
|
||||
fprintf(stderr, " Cannot close audio file '%s'\n", filename);
|
||||
exit(2);
|
||||
|
||||
Reference in New Issue
Block a user