mirror of
https://github.com/taglib/taglib.git
synced 2025-05-27 21:20:26 -04:00
Small fix in style.
This commit is contained in:
parent
887f3b28e5
commit
2166d703e0
@ -94,7 +94,7 @@ ByteVector SynchData::decode(const ByteVector &data)
|
||||
if(*(src - 1) == '\xff' && *src == '\x00')
|
||||
src++;
|
||||
|
||||
} while (src < end);
|
||||
} while(src < end);
|
||||
|
||||
result.resize(static_cast<unsigned int>(dst - begin));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user