From 3c306dc3c5a2c099ba054b72a3c21ae9d9d00b17 Mon Sep 17 00:00:00 2001 From: Ian Nartowicz Date: Tue, 10 Jun 2014 19:56:23 +0100 Subject: Fix for issue #1116 (work round Vorbis issue #1486) - typo --- plugins/vorbis/vorbis.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/vorbis') diff --git a/plugins/vorbis/vorbis.c b/plugins/vorbis/vorbis.c index 3be9cf6d..d998cb2e 100644 --- a/plugins/vorbis/vorbis.c +++ b/plugins/vorbis/vorbis.c @@ -86,8 +86,8 @@ cvorbis_ftell (void *datasource) { return deadbeef->ftell (datasource); } -static const -char *gain_tag_name(const int tag_enum) +static const char +*gain_tag_name(const int tag_enum) { switch(tag_enum) { case DDB_REPLAYGAIN_ALBUMGAIN: -- cgit v1.2.3