summaryrefslogtreecommitdiff
path: root/apps/plugins/fire.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/fire.c')
-rw-r--r--apps/plugins/fire.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/fire.c b/apps/plugins/fire.c
index 201d18970f..fff39b38c9 100644
--- a/apps/plugins/fire.c
+++ b/apps/plugins/fire.c
@@ -112,7 +112,7 @@ void color_palette_init(fb_data* palette)
112 palette[i + 224]=LCD_RGBPACK(255, 255, 224 + i); 112 palette[i + 224]=LCD_RGBPACK(255, 255, 224 + i);
113 } 113 }
114#if defined(HAVE_LCD_MODES) && (HAVE_LCD_MODES & LCD_MODE_PAL256) 114#if defined(HAVE_LCD_MODES) && (HAVE_LCD_MODES & LCD_MODE_PAL256)
115 rb->lcd_pal256_update_pal(palette); 115 rb->lcd_pal256_update_pal(palette);
116#endif 116#endif
117} 117}
118 118