1
0
Fork 0
forked from len0rd/rockbox

Remove return value from show_logo() in bootloader/

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30485 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Bertrik Sikken 2011-09-08 18:31:15 +00:00
parent e6317d51e9
commit 7e3a3f491d
8 changed files with 8 additions and 10 deletions

View file

@ -56,7 +56,7 @@ void lcd_reset(void);
#endif
/* Show the Rockbox logo - in show_logo.c */
extern int show_logo(void);
extern void show_logo(void);
/* Button definitions */
#if CONFIG_KEYPAD == IRIVER_H10_PAD