Merge pull request #749 from jwelton/fix-typo

Fix Typo
This commit is contained in:
Stephen F. Booth 2016-08-14 17:10:18 -04:00 committed by GitHub
commit 92c070ba9e

View File

@ -198,7 +198,7 @@ String ChapterFrame::toString() const
s += ", start offset: " + String::number(d->startOffset);
if(d->endOffset != 0xFFFFFFFF)
s += ", start offset: " + String::number(d->endOffset);
s += ", end offset: " + String::number(d->endOffset);
if(!d->embeddedFrameList.isEmpty()) {
StringList frameIDs;