From 76a931875816c9411c19cd1f82009f611d136a1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Sat, 29 Mar 2008 11:51:28 +0000 Subject: [PATCH] missing new line git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24639 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/bin/makebootable/platform/bios_ia32/makebootable.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/makebootable/platform/bios_ia32/makebootable.cpp b/src/bin/makebootable/platform/bios_ia32/makebootable.cpp index efd2244061..bdb9b7ce6b 100644 --- a/src/bin/makebootable/platform/bios_ia32/makebootable.cpp +++ b/src/bin/makebootable/platform/bios_ia32/makebootable.cpp @@ -483,7 +483,7 @@ main(int argc, const char *const *argv) if (ioctl(fd, B_GET_PARTITION_INFO, &partitionInfo) == 0) { partitionOffset = partitionInfo.offset; } else { - fprintf(stderr, "Error: Failed to get partition info: %s", + fprintf(stderr, "Error: Failed to get partition info: %s\n", strerror(errno)); exit(1); }