Fixed the red builds for archos.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8141 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Miika Pekkarinen 2005-12-04 09:02:47 +00:00
parent da932dcd51
commit 2afe1f550c

View file

@ -175,7 +175,7 @@ static void kbd_spellchar(char c)
int kbd_input(char* text, int buflen) int kbd_input(char* text, int buflen)
{ {
bool done = false; bool done = false;
#ifdef KBD_PAGE_FLIP #if defined(KBD_PAGE_FLIP) || (KEYBOARD_PAGES > 1)
int page = 0; int page = 0;
#endif #endif
int font_w = 0, font_h = 0, i; int font_w = 0, font_h = 0, i;