summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/drivers/lcd-recorder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/drivers/lcd-recorder.c b/firmware/drivers/lcd-recorder.c
index d0b974f77f..598571d63f 100644
--- a/firmware/drivers/lcd-recorder.c
+++ b/firmware/drivers/lcd-recorder.c
@@ -418,7 +418,7 @@ static void lcd_putsxyofs(int x, int y, int ofs, unsigned char *str)
418 418
419 if (width > 0) 419 if (width > 0)
420 { 420 {
421 int i; 421 unsigned int i;
422 bitmap_t* bits = pf->bits + 422 bitmap_t* bits = pf->bits +
423 (pf->offset ? pf->offset[ch] : (pf->height * ch)); 423 (pf->offset ? pf->offset[ch] : (pf->height * ch));
424 424