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 dbcf08fa62..20baca71db 100644
--- a/apps/plugins/mandelbrot.c
+++ b/apps/plugins/mandelbrot.c
@@ -487,7 +487,7 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter)
487 487
488 /* initialize the grayscale buffer: 488 /* initialize the grayscale buffer:
489 * 8 bitplanes for 9 shades of gray.*/ 489 * 8 bitplanes for 9 shades of gray.*/
490 grayscales = gray_init(rb, gbuf, gbuf_size, false, LCD_WIDTH, LCD_HEIGHT/8, 490 grayscales = gray_init(rb, gbuf, gbuf_size, false, LCD_WIDTH, LCD_HEIGHT,
491 8, 0, NULL) + 1; 491 8, 0, NULL) + 1;
492 if (grayscales != 9) { 492 if (grayscales != 9) {
493 rb->snprintf(buff, sizeof(buff), "%d", grayscales); 493 rb->snprintf(buff, sizeof(buff), "%d", grayscales);