aboutsummaryrefslogtreecommitdiffstats
path: root/taglib/mpeg/id3v2/frames/attachedpictureframe.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'taglib/mpeg/id3v2/frames/attachedpictureframe.cpp')
-rw-r--r--taglib/mpeg/id3v2/frames/attachedpictureframe.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/taglib/mpeg/id3v2/frames/attachedpictureframe.cpp b/taglib/mpeg/id3v2/frames/attachedpictureframe.cpp
index c31e1076..86f8e355 100644
--- a/taglib/mpeg/id3v2/frames/attachedpictureframe.cpp
+++ b/taglib/mpeg/id3v2/frames/attachedpictureframe.cpp
@@ -136,7 +136,7 @@ void AttachedPictureFrame::parseFields(const ByteVector &data)
int pos = 1;
d->mimeType = readStringField(data, String::Latin1, &pos);
- /* Now we need at least two more bytes available */
+ /* Now we need at least two more bytes available */
if (uint(pos) + 1 >= data.size()) {
debug("Truncated picture frame.");
return;