aboutsummaryrefslogtreecommitdiff
path: root/boot/boot.c
diff options
context:
space:
mode:
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 c69c89ac..9c2a0218 100644
--- a/boot/boot.c
+++ b/boot/boot.c
@@ -1902,7 +1902,7 @@ kern_return_t
S_host_reboot (mach_port_t host_priv,
int flags)
{
- fprintf (stderr, "Would %s the system. Bye.\n",
+ fprintf (stderr, "Would %s the system. Bye.\r\n",
flags & RB_HALT? "halt": "reboot");
host_exit (0);
}