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 4917bf6a63..915e9ae1dc 100644
--- a/apps/plugins/fire.c
+++ b/apps/plugins/fire.c
@@ -37,7 +37,7 @@ static unsigned char cooling_map[LCD_HEIGHT][LCD_WIDTH];
37 37
38#ifndef HAVE_LCD_COLOR 38#ifndef HAVE_LCD_COLOR
39static unsigned char *gbuf; 39static unsigned char *gbuf;
40static unsigned int gbuf_size = 0; 40static size_t gbuf_size = 0;
41static unsigned char draw_buffer[8*LCD_WIDTH]; 41static unsigned char draw_buffer[8*LCD_WIDTH];
42#endif 42#endif
43 43