mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
minor syntax
This commit is contained in:
@@ -77,7 +77,7 @@ protected:
|
||||
|
||||
virtual bool eof_callback()
|
||||
{
|
||||
return feof((FILE*)f_);
|
||||
return (bool)feof((FILE*)f_);
|
||||
}
|
||||
|
||||
virtual ::FLAC__StreamDecoderWriteStatus write_callback(const ::FLAC__Frame *frame, const FLAC__int32 * const /*buffer*/[])
|
||||
|
||||
Reference in New Issue
Block a user