aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/mikmod_plugin.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/decoder/mikmod_plugin.c (renamed from src/decoder/mod_plugin.c)4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/decoder/mod_plugin.c b/src/decoder/mikmod_plugin.c
index b2654d111..a22fd03bf 100644
--- a/src/decoder/mod_plugin.c
+++ b/src/decoder/mikmod_plugin.c
@@ -247,8 +247,8 @@ static const char *const modSuffixes[] = {
NULL
};
-const struct decoder_plugin modPlugin = {
- .name = "mod",
+const struct decoder_plugin mikmod_decoder_plugin = {
+ .name = "mikmod",
.init = mod_initMikMod,
.finish = mod_finishMikMod,
.file_decode = mod_decode,