mirror of
https://gitee.com/openharmony/third_party_libsnd
synced 2024-11-23 01:49:53 +00:00
sndfile-to-text: Return proper error code
This commit is contained in:
parent
8ff8ed6967
commit
c0c81a5bde
@ -163,6 +163,6 @@ cleanup :
|
|||||||
if (outfile != NULL)
|
if (outfile != NULL)
|
||||||
fclose (outfile) ;
|
fclose (outfile) ;
|
||||||
|
|
||||||
return 0 ;
|
return ret ;
|
||||||
} /* main */
|
} /* main */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user