mirror of
https://github.com/taglib/taglib.git
synced 2026-09-09 11:07:02 -04:00
clang: remove redundant comma
Signed-off-by: Rosen Penev <[email protected]>
This commit is contained in:
@@ -430,7 +430,7 @@ bool ASF::Tag::setComplexProperties(const String &key, const List<VariantMap> &v
|
||||
{
|
||||
const String uppercaseKey = key.upper();
|
||||
if(uppercaseKey == "PICTURE") {
|
||||
removeItem("WM/Picture");;
|
||||
removeItem("WM/Picture");
|
||||
|
||||
for(auto property : value) {
|
||||
ASF::Picture picture;
|
||||
|
||||
Reference in New Issue
Block a user