aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-11-11 21:39:31 +0100
committerMax Kellermann <max@duempel.org>2008-11-11 21:39:31 +0100
commit97080b796c3b7fe17b3758bab8c6a488ab0fa9c2 (patch)
treed6fe1c7b9544e5764c91a0453b9985db9e32a0d5 /src
parent53c17db5e9184e26bd57356600f8fc259e94ca56 (diff)
downloadmpd-97080b796c3b7fe17b3758bab8c6a488ab0fa9c2.tar.gz
mpd-97080b796c3b7fe17b3758bab8c6a488ab0fa9c2.tar.xz
mpd-97080b796c3b7fe17b3758bab8c6a488ab0fa9c2.zip
ogg: removed stray "}"
Due to an unnoticed merge error, there was a superfluous "}". Remove it.
Diffstat (limited to 'src')
-rw-r--r--src/decoder/oggvorbis_plugin.c1
1 files changed, 0 insertions, 1 deletions
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);