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 d5607aa822..7d92998e34 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -169,8 +169,8 @@ static const struct plugin_api rockbox_api = {
169 lcd_remote_update, 169 lcd_remote_update,
170 lcd_remote_update_rect, 170 lcd_remote_update_rect,
171 171
172 lcd_remote_backlight_on, 172 remote_backlight_on,
173 lcd_remote_backlight_off, 173 remote_backlight_off,
174#endif 174#endif
175 /* button */ 175 /* button */
176 button_get, 176 button_get,