diff --git a/taglib/asf/asftag.cpp b/taglib/asf/asftag.cpp index 1518bce7..adce2a2e 100644 --- a/taglib/asf/asftag.cpp +++ b/taglib/asf/asftag.cpp @@ -430,7 +430,7 @@ bool ASF::Tag::setComplexProperties(const String &key, const List &v { const String uppercaseKey = key.upper(); if(uppercaseKey == "PICTURE") { - removeItem("WM/Picture");; + removeItem("WM/Picture"); for(auto property : value) { ASF::Picture picture;