From 648ada20034fcdce61cef871ea312ad92bc98aed Mon Sep 17 00:00:00 2001 From: Howard Su Date: Tue, 15 Jan 2019 07:25:49 +0800 Subject: [PATCH] Use space instead of tab --- src/screen/320x240x16/lcd_gfx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/screen/320x240x16/lcd_gfx.c b/src/screen/320x240x16/lcd_gfx.c index e85cca19fd..40bbb99212 100644 --- a/src/screen/320x240x16/lcd_gfx.c +++ b/src/screen/320x240x16/lcd_gfx.c @@ -615,7 +615,7 @@ void LCD_DrawWindowedImageFromFile(u16 x, u16 y, const char *file, s16 w, s16 h, *color = (*color & 0x8410) == 0x8410 ? 0 : 0xffff; LCD_DrawPixel(*color++); } - } + } if((u16)w < img_w) { fseek(fh, 2 * (img_w - w), SEEK_CUR); }