summaryrefslogtreecommitdiff
path: root/apps/plugins/mandelbrot.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/mandelbrot.c')
-rw-r--r--apps/plugins/mandelbrot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/mandelbrot.c b/apps/plugins/mandelbrot.c
index 824fc03c87..2c538fb37a 100644
--- a/apps/plugins/mandelbrot.c
+++ b/apps/plugins/mandelbrot.c
@@ -179,7 +179,7 @@ static unsigned max_iter;
179 179
180#ifdef USEGSLIB 180#ifdef USEGSLIB
181static unsigned char *gbuf; 181static unsigned char *gbuf;
182static unsigned int gbuf_size = 0; 182static size_t gbuf_size = 0;
183static unsigned char imgbuffer[LCD_HEIGHT]; 183static unsigned char imgbuffer[LCD_HEIGHT];
184#else 184#else
185static fb_data imgbuffer[LCD_HEIGHT]; 185static fb_data imgbuffer[LCD_HEIGHT];