From e754ed01a77a0dfb5039148cd4990a669ea9024c Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 26 Aug 2008 08:27:09 +0200 Subject: renamed functions in decoder_list.h InputPlugin to decoder_plugin, and no camelCase. --- src/ls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ls.c') diff --git a/src/ls.c b/src/ls.c index 26b2339c2..a9a2388fc 100644 --- a/src/ls.c +++ b/src/ls.c @@ -263,7 +263,7 @@ struct decoder_plugin *hasMusicSuffix(const char *utf8file, unsigned int next) const char *s = getSuffix(utf8file); if (s) { - ret = getInputPluginFromSuffix(s, next); + ret = decoder_plugin_from_suffix(s, next); } else { DEBUG("hasMusicSuffix: The file: %s has no valid suffix\n", utf8file); -- cgit v1.2.3