summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index f59e42e222..cc208e7500 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -675,6 +675,7 @@ static const struct plugin_api rockbox_api = {
675#if (CONFIG_CODEC == SWCODEC) 675#if (CONFIG_CODEC == SWCODEC)
676 pcmbuf_beep, 676 pcmbuf_beep,
677#endif 677#endif
678 crc_32,
678}; 679};
679 680
680int plugin_load(const char* plugin, const void* parameter) 681int plugin_load(const char* plugin, const void* parameter)