diff --git a/mpeg/id3v2/frames/generalencapsulatedobjectframe.cpp b/mpeg/id3v2/frames/generalencapsulatedobjectframe.cpp index ecd6f10a..e408bdba 100644 --- a/mpeg/id3v2/frames/generalencapsulatedobjectframe.cpp +++ b/mpeg/id3v2/frames/generalencapsulatedobjectframe.cpp @@ -68,7 +68,7 @@ String GeneralEncapsulatedObjectFrame::toString() const text += " " + d->fileName; if(!d->description.isEmpty()) - text += " \"" + d->description + "\" "; + text += " \"" + d->description + "\""; return text; }