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 b864170218..a220e8c429 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -120,7 +120,7 @@ static const struct plugin_api rockbox_api = {
120 lcd_bitmap_transparent, 120 lcd_bitmap_transparent,
121 lcd_blit_yuv, 121 lcd_blit_yuv,
122#if defined(TOSHIBA_GIGABEAT_F) || defined(SANSA_E200) || defined(SANSA_C200) \ 122#if defined(TOSHIBA_GIGABEAT_F) || defined(SANSA_E200) || defined(SANSA_C200) \
123 || defined (IRIVER_H10) 123 || defined(IRIVER_H10) || defined(COWON_D2)
124 lcd_yuv_set_options, 124 lcd_yuv_set_options,
125#endif 125#endif
126#elif (LCD_DEPTH < 4) && !defined(SIMULATOR) 126#elif (LCD_DEPTH < 4) && !defined(SIMULATOR)