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 a9c9a6c3f8..13c829805f 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -618,7 +618,7 @@ static const struct plugin_api rockbox_api = {
618 appsversion, 618 appsversion,
619 /* new stuff at the end, sort into place next time 619 /* new stuff at the end, sort into place next time
620 the API gets incompatible */ 620 the API gets incompatible */
621 621 get_settings_list,
622}; 622};
623 623
624int plugin_load(const char* plugin, const void* parameter) 624int plugin_load(const char* plugin, const void* parameter)