ogg: removed stray "}"

Due to an unnoticed merge error, there was a superfluous "}".  Remove
it.
This commit is contained in:
Max Kellermann 2008-11-11 21:39:31 +01:00
parent 53c17db5e9
commit 97080b796c

View File

@ -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);