clang: remove redundant comma

Signed-off-by: Rosen Penev <[email protected]>
This commit is contained in:
Rosen Penev
2023-12-22 13:41:34 +01:00
committed by Urs Fleisch
parent 56fa36934e
commit 78c489d9cc
+1 -1
View File
@@ -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;