aboutsummaryrefslogtreecommitdiff
path: root/src/bootsplash.c
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2012-12-21 22:52:50 -0500
committerKevin O'Connor <kevin@koconnor.net>2012-12-21 22:52:50 -0500
commit57174c7276a3ae87ca5cbdc7c2aca4812a4fac0a (patch)
tree770c521c14b03d0a5aa2f867bc7fee675ab828b0 /src/bootsplash.c
parent9c6fb72b852dbeea752caa05bbdc4236dbb08d40 (diff)
downloadseabios-hppa-57174c7276a3ae87ca5cbdc7c2aca4812a4fac0a.zip
seabios-hppa-57174c7276a3ae87ca5cbdc7c2aca4812a4fac0a.tar.gz
seabios-hppa-57174c7276a3ae87ca5cbdc7c2aca4812a4fac0a.tar.bz2
Minor: Separate UUID display from F12 boot prompt.
Place the extra newline as part of the F12 prompt instead of the SeaBIOS version banner so that a UUID report (when present) is still visually separated from the boot menu prompt. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src/bootsplash.c')
-rw-r--r--src/bootsplash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootsplash.c b/src/bootsplash.c
index 78023a5..3aac459 100644
--- a/src/bootsplash.c
+++ b/src/bootsplash.c
@@ -45,7 +45,7 @@ enable_vga_console(void)
call16_int10(&br);
// Write to screen.
- printf("SeaBIOS (version %s)\n\n", VERSION);
+ printf("SeaBIOS (version %s)\n", VERSION);
}
static int