summaryrefslogtreecommitdiff
path: root/apps/plugins/jpeg.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/jpeg.c')
-rw-r--r--apps/plugins/jpeg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/jpeg.c b/apps/plugins/jpeg.c
index b3a0b463b7..5ecd394d26 100644
--- a/apps/plugins/jpeg.c
+++ b/apps/plugins/jpeg.c
@@ -2783,7 +2783,7 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter)
2783 2783
2784#ifdef USEGSLIB 2784#ifdef USEGSLIB
2785 /* initialize the grayscale buffer: 32 bitplanes for 33 shades of gray. */ 2785 /* initialize the grayscale buffer: 32 bitplanes for 33 shades of gray. */
2786 grayscales = gray_init(rb, buf, buf_size, false, LCD_WIDTH, LCD_HEIGHT/8, 2786 grayscales = gray_init(rb, buf, buf_size, false, LCD_WIDTH, LCD_HEIGHT,
2787 32, 2<<8, &graysize) + 1; 2787 32, 2<<8, &graysize) + 1;
2788 buf += graysize; 2788 buf += graysize;
2789 buf_size -= graysize; 2789 buf_size -= graysize;