summaryrefslogtreecommitdiff
path: root/bootloader/iriver_h300.c
diff options
context:
space:
mode:
Diffstat (limited to 'bootloader/iriver_h300.c')
-rw-r--r--bootloader/iriver_h300.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootloader/iriver_h300.c b/bootloader/iriver_h300.c
index 2f53d03e2f..362eb947c8 100644
--- a/bootloader/iriver_h300.c
+++ b/bootloader/iriver_h300.c
@@ -210,7 +210,7 @@ void main(void)
210 lcd_setfont(FONT_SYSFIXED); 210 lcd_setfont(FONT_SYSFIXED);
211 211
212 printf("Rockbox boot loader"); 212 printf("Rockbox boot loader");
213 printf("Version " RBVERSION); 213 printf("Version %s", rbversion);
214 214
215 sleep(HZ/50); /* Allow the button driver to check the buttons */ 215 sleep(HZ/50); /* Allow the button driver to check the buttons */
216 rec_button = ((button_status() & BUTTON_REC) == BUTTON_REC) 216 rec_button = ((button_status() & BUTTON_REC) == BUTTON_REC)