minor syntax

This commit is contained in:
Josh Coalson
2006-11-09 06:53:10 +00:00
parent 85aaed8f87
commit fb84f25bc1
9 changed files with 18 additions and 18 deletions

View File

@@ -564,7 +564,7 @@ FLAC__bool safe_decoder_init_(const char *filename, FLAC__StreamDecoder *decoder
void safe_decoder_finish_(FLAC__StreamDecoder *decoder)
{
if(decoder && FLAC__stream_decoder_get_state(decoder) != FLAC__STREAM_DECODER_UNINITIALIZED)
FLAC__stream_decoder_finish(decoder);
(void)FLAC__stream_decoder_finish(decoder);
if(stream_data_.is_http_source)
flac_http_close();
}