summaryrefslogtreecommitdiff
path: root/bootloader/iriver_h1x0.c
diff options
context:
space:
mode:
Diffstat (limited to 'bootloader/iriver_h1x0.c')
-rw-r--r--bootloader/iriver_h1x0.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootloader/iriver_h1x0.c b/bootloader/iriver_h1x0.c
index 83e545540b..f16a5128c9 100644
--- a/bootloader/iriver_h1x0.c
+++ b/bootloader/iriver_h1x0.c
@@ -287,7 +287,7 @@ void failsafe_menu(void)
287 printf("%s %s %s", arrow, options[i], def); 287 printf("%s %s %s", arrow, options[i], def);
288 } 288 }
289 289
290 snprintf(buf, sizeof(buf), "Time left: %ds", 290 snprintf(buf, sizeof(buf), "Time left: %lds",
291 (TIMEOUT - (current_tick - start_tick)) / HZ); 291 (TIMEOUT - (current_tick - start_tick)) / HZ);
292 lcd_puts(0, 10, buf); 292 lcd_puts(0, 10, buf);
293 lcd_update(); 293 lcd_update();