summaryrefslogtreecommitdiff
path: root/src/common/console.c
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2015-08-17 01:32:06 +0200
committerHaru <haru@dotalux.com>2015-08-17 01:32:06 +0200
commite79efdeee4dd7d2d1632e1703500f9785f962f8f (patch)
treeda5ad503591b1f6618b98a8c687c852a14dc6f08 /src/common/console.c
parent40058578e528c0a0d6b8f3e6a4b1993a993fce4a (diff)
downloadhercules-e79efdeee4dd7d2d1632e1703500f9785f962f8f.tar.gz
hercules-e79efdeee4dd7d2d1632e1703500f9785f962f8f.tar.bz2
hercules-e79efdeee4dd7d2d1632e1703500f9785f962f8f.tar.xz
hercules-e79efdeee4dd7d2d1632e1703500f9785f962f8f.zip
Fixed a minor issue in the Hercules startup banner
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/common/console.c')
-rw-r--r--src/common/console.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/console.c b/src/common/console.c
index 0dd225d4d..eb55d7462 100644
--- a/src/common/console.c
+++ b/src/common/console.c
@@ -63,7 +63,7 @@ void display_title(void) {
ShowMessage(""CL_BG_RED""CL_BT_WHITE" | | | | __/ | | (__| |_| | | __/\\__ \\ "CL_CLL""CL_NORMAL"\n");
ShowMessage(""CL_BG_RED""CL_BT_WHITE" \\_| |_/\\___|_| \\___|\\__,_|_|\\___||___/ "CL_CLL""CL_NORMAL"\n");
ShowMessage(""CL_BG_RED""CL_BT_WHITE" "CL_CLL""CL_NORMAL"\n");
- ShowMessage(""CL_BG_RED""CL_BT_WHITE" http://herc.ws/board/ "CL_CLL""CL_NORMAL"\n");
+ ShowMessage(""CL_BG_RED""CL_BT_WHITE" http://herc.ws/board/ "CL_CLL""CL_NORMAL"\n");
ShowMessage(""CL_BG_RED""CL_BT_WHITE" "CL_CLL""CL_NORMAL"\n");
ShowInfo("Hercules %d-bit for %s\n", sysinfo->is64bit() ? 64 : 32, sysinfo->platform());