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 15a7e9127f..aa6b65a34a 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -74,7 +74,6 @@ static const struct plugin_api rockbox_api = {
74 /* lcd */ 74 /* lcd */
75 lcd_set_contrast, 75 lcd_set_contrast,
76 lcd_update, 76 lcd_update,
77 lcd_update_rect,
78 lcd_clear_display, 77 lcd_clear_display,
79 lcd_setmargins, 78 lcd_setmargins,
80 lcd_getstringsize, 79 lcd_getstringsize,
@@ -93,6 +92,7 @@ static const struct plugin_api rockbox_api = {
93 lcd_double_height, 92 lcd_double_height,
94#else 93#else
95 &lcd_framebuffer[0][0], 94 &lcd_framebuffer[0][0],
95 lcd_update_rect,
96 lcd_set_drawmode, 96 lcd_set_drawmode,
97 lcd_get_drawmode, 97 lcd_get_drawmode,
98 lcd_setfont, 98 lcd_setfont,