Missing newline in output.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15586 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -56,7 +56,7 @@ main(stage2_args *args)
|
|||||||
if (mount_file_systems(args) < B_OK) {
|
if (mount_file_systems(args) < B_OK) {
|
||||||
// That's unfortunate, but we still give the user the possibility
|
// That's unfortunate, but we still give the user the possibility
|
||||||
// to insert a CD-ROM or just rescan the available devices
|
// to insert a CD-ROM or just rescan the available devices
|
||||||
puts("Could not locate any supported boot devices!");
|
puts("Could not locate any supported boot devices!\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
// ToDo: check if there is only one bootable volume!
|
// ToDo: check if there is only one bootable volume!
|
||||||
|
|||||||
Reference in New Issue
Block a user