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

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