From 81809c70483a1046f64d25ef4ad88c850ff6a0a2 Mon Sep 17 00:00:00 2001 From: shennetsind Date: Sun, 17 Mar 2013 18:44:17 -0300 Subject: Fixed mysterious msvc LNK2005 error. Also fixed title being displayed twice. Signed-off-by: shennetsind --- src/common/console.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/common/console.c') diff --git a/src/common/console.c b/src/common/console.c index ee4570b2a..08ab6bcd4 100644 --- a/src/common/console.c +++ b/src/common/console.c @@ -3,9 +3,9 @@ // Portions Copyright (c) Athena Dev Teams #include "../common/showmsg.h" -#include "../common/console.h" +#include "../common/core.h" #include "../config/core.h" -#include "core.h" +#include "console.h" #ifndef MINICORE #include "../common/atomic.h" @@ -30,6 +30,8 @@ #endif #endif +struct console_interface console_s; + /*====================================== * CORE : Display title *--------------------------------------*/ @@ -160,7 +162,6 @@ void console_parse_init(void) { #endif /* CONSOLE_INPUT */ void console_init (void) { - console->display_title(); #ifdef CONSOLE_INPUT console->parse_init(); #endif -- cgit v1.2.3-70-g09d2