summaryrefslogtreecommitdiff
path: root/apps/sleeptimer.c
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2002-12-03 22:49:48 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2002-12-03 22:49:48 +0000
commit4a66327583a8b5f850f822698582bf651b78da6e (patch)
treef521afb4afb46ee8ca3167d325cc4b4e58d0cf85 /apps/sleeptimer.c
parentb43dba87607b4d5e1de42574ee43141719f41a87 (diff)
downloadrockbox-4a66327583a8b5f850f822698582bf651b78da6e.tar.gz
rockbox-4a66327583a8b5f850f822698582bf651b78da6e.zip
Some simulator corrections
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2919 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/sleeptimer.c')
-rw-r--r--apps/sleeptimer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/sleeptimer.c b/apps/sleeptimer.c
index c846e08486..cf4dd90bcb 100644
--- a/apps/sleeptimer.c
+++ b/apps/sleeptimer.c
@@ -49,13 +49,13 @@ bool sleeptimer_screen(void)
49 bool done = false; 49 bool done = false;
50 char buf[32]; 50 char buf[32];
51 int oldtime, newtime; 51 int oldtime, newtime;
52 int amount = 0;
52 53
53#ifdef HAVE_LCD_BITMAP 54#ifdef HAVE_LCD_BITMAP
54 lcd_setfont(FONT_UI); 55 lcd_setfont(FONT_UI);
55 lcd_getstringsize("M", &w, &h); 56 lcd_getstringsize("M", &w, &h);
56 lcd_setmargins(w, 8); 57 lcd_setmargins(w, 8);
57#endif 58#endif
58 int amount = 0;
59 59
60 while(!done) 60 while(!done)
61 { 61 {