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.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/common/console.h') diff --git a/src/common/console.h b/src/common/console.h index d0b9e8bb1..7f1490084 100644 --- a/src/common/console.h +++ b/src/common/console.h @@ -4,7 +4,6 @@ #ifndef _CONSOLE_H_ #define _CONSOLE_H_ -#include "../common/atomic.h" #include "../common/thread.h" #include "../common/mutex.h" #include "../common/spinlock.h" @@ -39,7 +38,7 @@ struct console_interface { void (*parse) (char* line); int (*key_pressed) (void); #endif -} console_s; +}; struct console_interface *console; -- cgit v1.2.3-60-g2f50