summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2011-06-29 07:06:10 +0000
committerMichael Sevakis <jethead71@rockbox.org>2011-06-29 07:06:10 +0000
commit7996d6d3f99ad80385fdc85438d23139e5569d3c (patch)
tree3643a9d5397d268bc02d67ccf82c8d0ceba32afa /apps/plugin.c
parenta2b6703a369f6cdbfec1f150c408dadc877631fb (diff)
downloadrockbox-7996d6d3f99ad80385fdc85438d23139e5569d3c.tar.gz
rockbox-7996d6d3f99ad80385fdc85438d23139e5569d3c.zip
Knock out at least some red/yellow from r30097.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30098 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index 10cb9263a4..bfb7f0e9c1 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -778,9 +778,10 @@ static const struct plugin_api rockbox_api = {
778 778
779 /* new stuff at the end, sort into place next time 779 /* new stuff at the end, sort into place next time
780 the API gets incompatible */ 780 the API gets incompatible */
781 781#if CONFIG_CODEC == SWCODEC
782 mixer_channel_status, 782 mixer_channel_status,
783 mixer_channel_get_buffer, 783 mixer_channel_get_buffer,
784#endif
784}; 785};
785 786
786int plugin_load(const char* plugin, const void* parameter) 787int plugin_load(const char* plugin, const void* parameter)