forked from len0rd/rockbox
Const'ed the logo, the bitmaps and the credits (optimization for running from ROM)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4896 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5846aab654
commit
638dd6786a
10 changed files with 25 additions and 30 deletions
|
|
@ -136,7 +136,7 @@ void filetype_init(void)
|
|||
|
||||
/* get icon */
|
||||
#ifdef HAVE_LCD_BITMAP
|
||||
char* filetype_get_icon(int attr)
|
||||
const char* filetype_get_icon(int attr)
|
||||
#else
|
||||
int filetype_get_icon(int attr)
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue