From d4e527b8110e2a52ea1d34258929763daf99aa81 Mon Sep 17 00:00:00 2001 From: Jörg Hohensohn Date: Fri, 10 Sep 2004 13:19:41 +0000 Subject: temporary hacks to make it compile with the Ondio (=Player) keypad. No influence for the other platforms. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5060 a1c6a512-1295-4272-9138-f99709370657 --- apps/screens.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/screens.c') diff --git a/apps/screens.c b/apps/screens.c index 1cf74acd2a..ebb7981bd1 100644 --- a/apps/screens.c +++ b/apps/screens.c @@ -1085,7 +1085,7 @@ bool set_time_screen(const char* string, struct tm *tm) case BUTTON_ON: done = true; break; -#if (BUTTON_ON != BUTTON_OFF) +#if (BUTTON_ON != BUTTON_OFF) /* FixMe, this is just to make the Ondio compile */ case BUTTON_OFF: done = true; tm->tm_year = -1; -- cgit v1.2.3