summaryrefslogtreecommitdiff
path: root/firmware/target/arm/as3525/sansa-e200v2/lcd-e200v2.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/as3525/sansa-e200v2/lcd-e200v2.c')
-rw-r--r--firmware/target/arm/as3525/sansa-e200v2/lcd-e200v2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/as3525/sansa-e200v2/lcd-e200v2.c b/firmware/target/arm/as3525/sansa-e200v2/lcd-e200v2.c
index e5f6453f43..f48861f4d7 100644
--- a/firmware/target/arm/as3525/sansa-e200v2/lcd-e200v2.c
+++ b/firmware/target/arm/as3525/sansa-e200v2/lcd-e200v2.c
@@ -557,7 +557,7 @@ void lcd_update_rect(int x, int y, int width, int height)
557 ptr = (fb_data*)&lcd_framebuffer[y][x]; 557 ptr = (fb_data*)&lcd_framebuffer[y][x];
558 558
559 559
560 height = ymax - y - 1; /* fix height */ 560 height = ymax - y; /* fix height */
561 561
562 do 562 do
563 { 563 {