Fix compile error
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30933 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f19f3efb07
commit
2e0fff9732
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ int screen_helper_getuifont(void)
|
|||
#ifdef HAVE_LCD_BITMAP
|
||||
return global_status.font_id[SCREEN_MAIN];
|
||||
#else
|
||||
return FONT_SYSFIXED;
|
||||
return -1;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue