summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index ea290c89a7..bb326d937b 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -692,7 +692,7 @@ static const struct plugin_api rockbox_api = {
692#if CONFIG_CODEC == SWCODEC 692#if CONFIG_CODEC == SWCODEC
693 codec_thread_do_callback, 693 codec_thread_do_callback,
694 codec_load_file, 694 codec_load_file,
695 codec_begin, 695 codec_run_proc,
696 codec_close, 696 codec_close,
697 get_codec_filename, 697 get_codec_filename,
698 find_array_ptr, 698 find_array_ptr,