Small fix in style.

This commit is contained in:
Tsuda Kageyu
2016-11-29 10:38:11 +09:00
parent e9ef40fe7f
commit 6df61cf2af

View File

@ -168,9 +168,8 @@ bool FLAC::File::save()
}
// Create new vorbis comments
if (!hasXiphComment())
if(!hasXiphComment())
Tag::duplicate(&d->tag, xiphComment(true), false);
d->xiphCommentData = xiphComment()->render(false);