Little formatting fix.
This commit is contained in:
parent
98888ca522
commit
abeebb1ac9
1 changed files with 1 additions and 1 deletions
|
@ -407,7 +407,7 @@ PRIVATE void load_ram(void)
|
||||||
|
|
||||||
printf("\rRAM disk of %u KB loaded onto /dev/ram.", ram_size_kb);
|
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.");
|
if (root_dev == DEV_RAM) printf(" Using RAM disk as root FS.");
|
||||||
printf("\n");
|
printf(" \n");
|
||||||
|
|
||||||
/* Invalidate and close the image device. */
|
/* Invalidate and close the image device. */
|
||||||
invalidate(image_dev);
|
invalidate(image_dev);
|
||||||
|
|
Loading…
Reference in a new issue