clang: remove redundant comma

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev 2023-12-21 17:54:14 -08:00 committed by Urs Fleisch
parent 56fa36934e
commit 78c489d9cc

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;