mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
typo
This commit is contained in:
@@ -104,7 +104,7 @@ protected:
|
||||
|
||||
virtual void error_callback(::FLAC__StreamDecoderErrorStatus status)
|
||||
{
|
||||
fprintf(stderr, "get error %d:%s\n", status, ::FLAC__StreamDecoderErrorStatusString[status]);
|
||||
fprintf(stderr, "got error %d:%s\n", status, ::FLAC__StreamDecoderErrorStatusString[status]);
|
||||
go_ = false;
|
||||
err_ = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user