1
0
Fork 0
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:
Jens Arnold 2004-07-19 21:46:37 +00:00
parent 5846aab654
commit 638dd6786a
10 changed files with 25 additions and 30 deletions

View file

@ -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