summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/hci/shell_banner.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hci/shell_banner.c b/src/hci/shell_banner.c
index 247a1053f..0448f99cd 100644
--- a/src/hci/shell_banner.c
+++ b/src/hci/shell_banner.c
@@ -43,7 +43,7 @@ int shell_banner ( void ) {
int enter_shell = 0;
/* Print welcome banner */
- printf ( "\n\n\n" BOLD "gPXE " VERSION
+ printf ( NORMAL "\n\n\n" BOLD "gPXE " VERSION
NORMAL " -- Open Source Boot Firmware -- "
CYAN "http://etherboot.org" NORMAL "\n"
"Press Ctrl-B for the gPXE command line..." );