From 78c489d9cc1bbb150ed2c38e0ca570f0c973eff3 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Thu, 21 Dec 2023 17:54:14 -0800 Subject: [PATCH] clang: remove redundant comma Signed-off-by: Rosen Penev --- taglib/asf/asftag.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;