summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2000-10-13 12:18:47 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2000-10-13 12:18:47 +0000
commitfd5f29a5de27dde11a0ff460562a52dcbe9f072c (patch)
treec5ed18719bb6e0ea6b276928e61ecd5455cd9965
parente6a95cb570c023b6cba2fa698e015d0b5d86e004 (diff)
eol
-rw-r--r--sys/arch/powerpc/powerpc/rd_root.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/powerpc/powerpc/rd_root.c b/sys/arch/powerpc/powerpc/rd_root.c
index 1879b514139..d7c81eec986 100644
--- a/sys/arch/powerpc/powerpc/rd_root.c
+++ b/sys/arch/powerpc/powerpc/rd_root.c
@@ -60,7 +60,7 @@ rd_attach_hook(unit, rd)
rd->rd_addr = (caddr_t) rd_root_image;
rd->rd_size = (size_t) rd_root_size;
rd->rd_type = RD_KMEM_FIXED;
- printf("rd%d: fixed, %d blocks", unit, MINIROOTSIZE);
+ printf("rd%d: fixed, %d blocks\n", unit, MINIROOTSIZE);
}
}