Commit 97080b79 authored by Max Kellermann's avatar Max Kellermann

ogg: removed stray "}"

Due to an unnoticed merge error, there was a superfluous "}". Remove it.
parent 53c17db5
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment