diff options
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/core.h | 2 | ||||
-rw-r--r-- | src/common/showmsg.c | 2 |
2 files changed, 2 insertions, 2 deletions
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( |