ogg: removed stray "}"
Due to an unnoticed merge error, there was a superfluous "}". Remove it.
This commit is contained in:
parent
53c17db5e9
commit
97080b796c
@ -337,7 +337,6 @@ static struct tag *oggvorbis_TagDup(const char *file)
|
||||
g_free(duplicated);
|
||||
if (err < 0)
|
||||
return NULL;
|
||||
}
|
||||
|
||||
ret = oggCommentsParse(ov_comment(&vf, -1)->user_comments);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user