diff options
author | Ian Nartowicz <iann@crunchbang> | 2014-06-10 19:56:23 +0100 |
---|---|---|
committer | Ian Nartowicz <iann@crunchbang> | 2014-06-10 19:56:23 +0100 |
commit | 3c306dc3c5a2c099ba054b72a3c21ae9d9d00b17 (patch) | |
tree | c22e3bb03e8b3f1350086a8f79fd65e2d4f0fd54 /plugins | |
parent | 4aa16971c231043abc8b8b7332a865ea96981ff2 (diff) |
Fix for issue #1116 (work round Vorbis issue #1486) - typo
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/vorbis/vorbis.c | 4 |
1 files changed, 2 insertions, 2 deletions
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: |