summaryrefslogtreecommitdiff
path: root/apps/screens.c
diff options
context:
space:
mode:
authorBertrik Sikken <bertrik@sikken.nl>2009-03-04 18:15:06 +0000
committerBertrik Sikken <bertrik@sikken.nl>2009-03-04 18:15:06 +0000
commit4f87abf90af67d23582156343ef7dbd66cd18aa8 (patch)
tree68109cb9147d7767f64e2ee5de150f609fea82fa /apps/screens.c
parent23e28f2b0c871912f9f23993e754db3637b92f0e (diff)
downloadrockbox-4f87abf90af67d23582156343ef7dbd66cd18aa8.tar.gz
rockbox-4f87abf90af67d23582156343ef7dbd66cd18aa8.zip
Cosmetic fix: remove duplicate semicolons
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20198 a1c6a512-1295-4272-9138-f99709370657
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);