From b2d15eaef8b56c36881cd4aac858ada9a4eddb43 Mon Sep 17 00:00:00 2001 From: shennetsind Date: Thu, 15 Dec 2011 01:31:04 +0000 Subject: whops, typo. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15127 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/common/core.h | 2 +- src/common/showmsg.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/common') diff --git a/src/common/core.h b/src/common/core.h index 6a3a0f056..9dff92625 100644 --- a/src/common/core.h +++ b/src/common/core.h @@ -8,7 +8,7 @@ extern int arg_c; extern char **arg_v; #if defined(BUILDBOT) -extern bool buildbotflag; + extern bool buildbotflag; #endif /// @see E_CORE_ST diff --git a/src/common/showmsg.c b/src/common/showmsg.c index 23d241505..812cbcf68 100644 --- a/src/common/showmsg.c +++ b/src/common/showmsg.c @@ -694,7 +694,7 @@ int _vShowMessage(enum msg_type flag, const char *string, va_list ap) if( flag == MSG_WARNING || flag == MSG_ERROR || flag == MSG_SQL ) { - bool buildbotflag = true; + buildbotflag = true; } #endif if( -- cgit v1.2.3-60-g2f50