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 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 |