mirror of
https://github.com/taglib/taglib.git
synced 2025-05-27 13:10:26 -04:00
clang: remove redundant comma
Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
56fa36934e
commit
78c489d9cc
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user