summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index 7d40a8db4f..4293d861f9 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -421,8 +421,8 @@ static const struct plugin_api rockbox_api = {
421 read_line, 421 read_line,
422 settings_parseline, 422 settings_parseline,
423 storage_sleep, 423 storage_sleep,
424 storage_spin, 424 STORAGE_FUNCTION(spin),
425 storage_spindown, 425 STORAGE_FUNCTION(spindown),
426#if USING_STORAGE_CALLBACK 426#if USING_STORAGE_CALLBACK
427 register_storage_idle_func, 427 register_storage_idle_func,
428 unregister_storage_idle_func, 428 unregister_storage_idle_func,