aboutsummaryrefslogtreecommitdiff
path: root/src/decoder
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-01-24 20:18:44 +0100
committerMax Kellermann <max@duempel.org>2009-01-24 20:18:44 +0100
commit2bfe6f6412f274de066105f146589d7714e4a4d6 (patch)
tree757d2d391a1ccab87609faf82b6bd0f8113f5d4c /src/decoder
parent5795be1f8dc72307c40bdfe6cd09665e90c34bfe (diff)
renamed the "mod" decoder plugin to "mikmod"
We have two mod plugins now: modplug and mod. Rename the latter to a more useful name.
Diffstat (limited to 'src/decoder')
-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 b2654d11..a22fd03b 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,