summaryrefslogtreecommitdiffstats
path: root/bootloader
diff options
context:
space:
mode:
Diffstat (limited to 'bootloader')
-rw-r--r--bootloader/ipod.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootloader/ipod.c b/bootloader/ipod.c
index 8c0d4faa85..c2f7a83e83 100644
--- a/bootloader/ipod.c
+++ b/bootloader/ipod.c
@@ -288,7 +288,7 @@ void* main(void)
lcd_setfont(FONT_SYSFIXED);
printf("Rockbox boot loader");
- printf("Version: 20%s", version);
+ printf("Version: %s", version);
printf("IPOD version: 0x%08x", IPOD_HW_REVISION);
i=ata_init();