summaryrefslogtreecommitdiff
path: root/boot/boot.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1999-03-09 17:18:21 +0000
committerRoland McGrath <roland@gnu.org>1999-03-09 17:18:21 +0000
commitd0fc54d9dd68cc2b616b5814d44ee048259456a1 (patch)
treed76ea6d1f43ccf439a4dc9b29980d947ab8ee518 /boot/boot.c
parente75fa13f1038436d0ebd4cabd637c4c477c125de (diff)
1999-03-09 Roland McGrath <roland@baalperazim.frob.com>
* boot.c (main): Add newline to error msg. Patch by Marcus Brinkmann <Marcus.Brinkmann@ruhr-uni-bochum.de>.
Diffstat (limited to 'boot/boot.c')
-rw-r--r--boot/boot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/boot.c b/boot/boot.c
index 635acb99..66810fbe 100644
--- a/boot/boot.c
+++ b/boot/boot.c
@@ -534,7 +534,7 @@ main (int argc, char **argv, char **envp)
/* Parse the boot script. */
{
char *p, *line;
- static const char filemsg[] = "Can't open boot script";
+ static const char filemsg[] = "Can't open boot script\n";
int amt, fd, err;
fd = open (bootscript, O_RDONLY, 0);