diff options
author | Haru <haru@dotalux.com> | 2015-08-17 01:32:06 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-08-17 01:32:06 +0200 |
commit | e79efdeee4dd7d2d1632e1703500f9785f962f8f (patch) | |
tree | da5ad503591b1f6618b98a8c687c852a14dc6f08 /src | |
parent | 40058578e528c0a0d6b8f3e6a4b1993a993fce4a (diff) | |
download | hercules-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')
-rw-r--r-- | src/common/console.c | 2 |
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()); |