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:
parent
e6317d51e9
commit
7e3a3f491d
8 changed files with 8 additions and 10 deletions
|
|
@ -46,7 +46,7 @@
|
|||
#include "version.h"
|
||||
|
||||
/* Show the Rockbox logo - in show_logo.c */
|
||||
extern int show_logo(void);
|
||||
extern void show_logo(void);
|
||||
|
||||
/* Address to load main Rockbox image to */
|
||||
#define LOAD_ADDRESS 0x20000000 /* DRAM_START */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue