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 658064c53e..62f9dd7558 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -143,7 +143,7 @@ static const struct plugin_api rockbox_api = {
143 lcd_puts, 143 lcd_puts,
144 lcd_putsf, 144 lcd_putsf,
145 lcd_puts_scroll, 145 lcd_puts_scroll,
146 lcd_stop_scroll, 146 lcd_scroll_stop,
147#ifdef HAVE_LCD_CHARCELLS 147#ifdef HAVE_LCD_CHARCELLS
148 lcd_define_pattern, 148 lcd_define_pattern,
149 lcd_get_locked_pattern, 149 lcd_get_locked_pattern,
@@ -246,7 +246,7 @@ static const struct plugin_api rockbox_api = {
246 lcd_remote_clear_display, 246 lcd_remote_clear_display,
247 lcd_remote_puts, 247 lcd_remote_puts,
248 lcd_remote_puts_scroll, 248 lcd_remote_puts_scroll,
249 lcd_remote_stop_scroll, 249 lcd_remote_scroll_stop,
250 lcd_remote_set_drawmode, 250 lcd_remote_set_drawmode,
251 lcd_remote_get_drawmode, 251 lcd_remote_get_drawmode,
252 lcd_remote_setfont, 252 lcd_remote_setfont,