1
0
Fork 0
forked from len0rd/rockbox

Make checkwps compile again for the player. If we had proper multifont on charcell this would never have happened

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24735 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Frank Gevaerts 2010-02-17 23:08:25 +00:00
parent 07a5bf967a
commit afa04b12d9

View file

@ -286,7 +286,9 @@ int main(int argc, char **argv)
} }
skin_buffer_init(); skin_buffer_init();
#ifdef HAVE_LCD_BITMAP
skin_font_init(); skin_font_init();
#endif
/* Go through every wps that was thrown at us, error out at the first /* Go through every wps that was thrown at us, error out at the first
* flawed wps */ * flawed wps */