SVN_SILENT extra space

git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@579371 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
This commit is contained in:
Scott Wheeler 2006-08-31 22:46:41 +00:00
parent f01c8531d0
commit 1f7236d426

View File

@ -68,7 +68,7 @@ String GeneralEncapsulatedObjectFrame::toString() const
text += " " + d->fileName;
if(!d->description.isEmpty())
text += " \"" + d->description + "\" ";
text += " \"" + d->description + "\"";
return text;
}