summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);
}
}