diff options
Diffstat (limited to 'src/common/core.h')
-rw-r--r-- | src/common/core.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/core.h b/src/common/core.h index 9dff92625..ecaa2a9d0 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 int buildbotflag; #endif /// @see E_CORE_ST |