summaryrefslogtreecommitdiff
path: root/apps/screens.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/screens.c')
-rw-r--r--apps/screens.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/screens.c b/apps/screens.c
index 8a787a5ca1..c327e65037 100644
--- a/apps/screens.c
+++ b/apps/screens.c
@@ -537,7 +537,7 @@ bool set_time_screen(const char* title, struct tm *tm)
537 { 537 {
538 if(i==3) /* second row */ 538 if(i==3) /* second row */
539 { 539 {
540 j = weekday_width + separator_width;; 540 j = weekday_width + separator_width;
541 prev_line_height *= 2; 541 prev_line_height *= 2;
542 } 542 }
543 screens[s].getstringsize(ptr[i], &width, NULL); 543 screens[s].getstringsize(ptr[i], &width, NULL);