summaryrefslogtreecommitdiff
path: root/bootloader/main-pp.c
diff options
context:
space:
mode:
Diffstat (limited to 'bootloader/main-pp.c')
-rw-r--r--bootloader/main-pp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootloader/main-pp.c b/bootloader/main-pp.c
index 339f4a82e1..03c5aa01b8 100644
--- a/bootloader/main-pp.c
+++ b/bootloader/main-pp.c
@@ -56,7 +56,7 @@ void lcd_reset(void);
56#endif 56#endif
57 57
58/* Show the Rockbox logo - in show_logo.c */ 58/* Show the Rockbox logo - in show_logo.c */
59extern int show_logo(void); 59extern void show_logo(void);
60 60
61/* Button definitions */ 61/* Button definitions */
62#if CONFIG_KEYPAD == IRIVER_H10_PAD 62#if CONFIG_KEYPAD == IRIVER_H10_PAD