summaryrefslogtreecommitdiff
path: root/apps/plugins/calendar.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/calendar.c')
-rw-r--r--apps/plugins/calendar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/calendar.c b/apps/plugins/calendar.c
index d0fb102f18..a7762589d6 100644
--- a/apps/plugins/calendar.c
+++ b/apps/plugins/calendar.c
@@ -108,7 +108,7 @@ static void draw_headers(void)
108 rb->lcd_putsxy(ws, 0 , Dayname[i++]); 108 rb->lcd_putsxy(ws, 0 , Dayname[i++]);
109 ws += space; 109 ws += space;
110 } 110 }
111 rb->lcd_drawline(0 ,h ,LCD_WIDTH ,h); 111 rb->lcd_drawline(0 ,h ,LCD_WIDTH-1 ,h);
112} 112}
113 113
114static bool day_has_memo[31]; 114static bool day_has_memo[31];