From 4a66327583a8b5f850f822698582bf651b78da6e Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Tue, 3 Dec 2002 22:49:48 +0000 Subject: Some simulator corrections git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2919 a1c6a512-1295-4272-9138-f99709370657 --- apps/sleeptimer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') 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) bool done = false; char buf[32]; int oldtime, newtime; + int amount = 0; #ifdef HAVE_LCD_BITMAP lcd_setfont(FONT_UI); lcd_getstringsize("M", &w, &h); lcd_setmargins(w, 8); #endif - int amount = 0; while(!done) { -- cgit v1.2.3