mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-26 23:36:37 -04:00
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
|
#ifdef HAVE_LCD_BITMAP
|
||||||
return global_status.font_id[SCREEN_MAIN];
|
return global_status.font_id[SCREEN_MAIN];
|
||||||
#else
|
#else
|
||||||
return FONT_SYSFIXED;
|
return -1;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue