summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mdk-stage1/probing.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/probing.c b/mdk-stage1/probing.c
index 483fc5586..85d96d61a 100644
--- a/mdk-stage1/probing.c
+++ b/mdk-stage1/probing.c
@@ -454,7 +454,7 @@ static void find_media(enum media_bus bus)
char scsi_tape_count = '0';
char scsi_no_devices[] = "Attached devices: none";
- char scsi_some_devices[] = "Attached devices: ";
+ char scsi_some_devices[] = "Attached devices:";
char scsi_host[] = "Host: ";
char scsi_vendor[] = " Vendor: ";