sndfile-to-text: Return proper error code

This commit is contained in:
evpobr 2021-03-16 18:56:26 +05:00
parent 8ff8ed6967
commit c0c81a5bde

View File

@ -163,6 +163,6 @@ cleanup :
if (outfile != NULL) if (outfile != NULL)
fclose (outfile) ; fclose (outfile) ;
return 0 ; return ret ;
} /* main */ } /* main */