From 59d0807e012ad247ffc8dedd8c598a5156b59a9f Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Mon, 19 Dec 2005 13:31:19 +0000 Subject: [PATCH] Missing newline in output. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15586 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/system/boot/loader/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/system/boot/loader/main.cpp b/src/system/boot/loader/main.cpp index cb4d55a573..ad38dec9b7 100644 --- a/src/system/boot/loader/main.cpp +++ b/src/system/boot/loader/main.cpp @@ -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!