decoder/opus: fix minor typo

This commit is contained in:
Max Kellermann 2016-05-09 15:00:04 +02:00
parent 461f298d2c
commit a9678f0ae0
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ LoadEOSPacket(InputStream &is, Decoder *decoder, int serialno,
if (!is.CheapSeeking())
/* we do this for local files only, because seeking
around remote files is expensive and not worth the
troubl */
trouble */
return false;
const auto old_offset = is.GetOffset();