summaryrefslogtreecommitdiff
path: root/src/common/core.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/core.c')
-rw-r--r--src/common/core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/core.c b/src/common/core.c
index 7a6584898..e05f5a571 100644
--- a/src/common/core.c
+++ b/src/common/core.c
@@ -29,7 +29,7 @@
void (*shutdown_callback)(void) = NULL;
#if defined(BUILDBOT)
- bool buildbotflag;
+ int buildbotflag = 0;
#endif
int runflag = CORE_ST_RUN;