fixed show_logo()
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@817 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5813fa90d3
commit
2426025bbf
2 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@
|
|||
extern void tetris(void);
|
||||
#endif
|
||||
|
||||
static int show_logo(void)
|
||||
int show_logo(void)
|
||||
{
|
||||
#ifdef HAVE_LCD_BITMAP
|
||||
unsigned char buffer[112 * 8];
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
#ifndef _MAIN_MENU_H
|
||||
#define _MAIN_MENU_H
|
||||
|
||||
extern void show_splash(void);
|
||||
extern int show_logo(void);
|
||||
extern void main_menu(void);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue