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

@@ -165,7 +165,7 @@ FLAC__bool FLAC_plugin__decoder_init(FLAC__StreamDecoder *decoder, const char *f
void FLAC_plugin__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);
}
void FLAC_plugin__decoder_delete(FLAC__StreamDecoder *decoder)