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:
Ingo Weinhold 2005-12-19 13:31:19 +00:00
parent f7a223fa1b
commit 59d0807e01
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ main(stage2_args *args)
if (mount_file_systems(args) < B_OK) {
// That's unfortunate, but we still give the user the possibility
// 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!