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 7b26b0dd57..b9b88164b6 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -265,6 +265,7 @@ static const struct plugin_api rockbox_api = {
265 265
266 strchr, 266 strchr,
267 strcat, 267 strcat,
268 memcmp
268}; 269};
269 270
270int plugin_load(const char* plugin, void* parameter) 271int plugin_load(const char* plugin, void* parameter)