mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 13:12:03 +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:
@@ -151,12 +151,12 @@ int main(int argc, char *argv[])
|
||||
count = 0;
|
||||
}
|
||||
}
|
||||
if (sf_close(inhandle) != 0)
|
||||
if (sf_close(inhandle))
|
||||
{
|
||||
printf(" Cannot close audio file '%s'\n", in_file_name);
|
||||
exit(2);
|
||||
}
|
||||
if (sf_close(outhandle) != 0)
|
||||
if (sf_close(outhandle))
|
||||
{
|
||||
printf(" Cannot close audio file '%s'\n", OUT_FILE_NAME);
|
||||
exit(2);
|
||||
|
||||
Reference in New Issue
Block a user