diff --git a/servers/fs/main.c b/servers/fs/main.c index 77fdc0529..df4206b66 100644 --- a/servers/fs/main.c +++ b/servers/fs/main.c @@ -407,7 +407,7 @@ PRIVATE void load_ram(void) printf("\rRAM disk of %u KB loaded onto /dev/ram.", ram_size_kb); if (root_dev == DEV_RAM) printf(" Using RAM disk as root FS."); - printf("\n"); + printf(" \n"); /* Invalidate and close the image device. */ invalidate(image_dev);