summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bootloader/ipod.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootloader/ipod.c b/bootloader/ipod.c
index 0325245884..cdf939c1fc 100644
--- a/bootloader/ipod.c
+++ b/bootloader/ipod.c
@@ -298,8 +298,8 @@ void* main(void)
298 } 298 }
299 299
300 pinfo = disk_partinfo(1); 300 pinfo = disk_partinfo(1);
301 printf("Partition 1: 0x%02x %ld MB", 301 printf("Partition 1: 0x%02x %ld sectors",
302 pinfo->type, pinfo->size / 2048); 302 pinfo->type, pinfo->size);
303 303
304 if (button_was_held || (btn==BUTTON_MENU)) { 304 if (button_was_held || (btn==BUTTON_MENU)) {
305 /* If either the hold switch was on, or the Menu button was held, then 305 /* If either the hold switch was on, or the Menu button was held, then