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 69e84c1809..f595ed75da 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -263,6 +263,7 @@ static const struct plugin_api rockbox_api = {
263 the API gets incompatible */ 263 the API gets incompatible */
264 264
265 strchr, 265 strchr,
266 strcat,
266}; 267};
267 268
268int plugin_load(const char* plugin, void* parameter) 269int plugin_load(const char* plugin, void* parameter)