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 6061e86aa1..58b12fb0b8 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -151,8 +151,8 @@ static const struct plugin_api rockbox_api = {
151 lcd_remote_vline, 151 lcd_remote_vline,
152 lcd_remote_drawrect, 152 lcd_remote_drawrect,
153 lcd_remote_fillrect, 153 lcd_remote_fillrect,
154 lcd_remote_bitmap_part, 154 lcd_remote_mono_bitmap_part,
155 lcd_remote_bitmap, 155 lcd_remote_mono_bitmap,
156 lcd_remote_putsxy, 156 lcd_remote_putsxy,
157 lcd_remote_puts_style, 157 lcd_remote_puts_style,
158 lcd_remote_puts_scroll_style, 158 lcd_remote_puts_scroll_style,