From 97080b796c3b7fe17b3758bab8c6a488ab0fa9c2 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 11 Nov 2008 21:39:31 +0100 Subject: ogg: removed stray "}" Due to an unnoticed merge error, there was a superfluous "}". Remove it. --- src/decoder/oggvorbis_plugin.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/decoder/oggvorbis_plugin.c') diff --git a/src/decoder/oggvorbis_plugin.c b/src/decoder/oggvorbis_plugin.c index 9fe381d25..f6be8562a 100644 --- a/src/decoder/oggvorbis_plugin.c +++ b/src/decoder/oggvorbis_plugin.c @@ -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); -- cgit v1.2.3