diff options
author | Roland McGrath <roland@gnu.org> | 1999-03-09 17:18:21 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-03-09 17:18:21 +0000 |
commit | d0fc54d9dd68cc2b616b5814d44ee048259456a1 (patch) | |
tree | d76ea6d1f43ccf439a4dc9b29980d947ab8ee518 | |
parent | e75fa13f1038436d0ebd4cabd637c4c477c125de (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>.
-rw-r--r-- | boot/boot.c | 2 |
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); |