summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/libs/zbxconf/cfg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/zbxconf/cfg.c b/src/libs/zbxconf/cfg.c
index 97f43bce..5fc45cee 100644
--- a/src/libs/zbxconf/cfg.c
+++ b/src/libs/zbxconf/cfg.c
@@ -53,7 +53,7 @@ int parse_cfg_file(const char *cfg_file,struct cfg_line *cfg)
{
FILE *file;
- static level = 0;
+ static int level = 0;
#define ZBX_MAX_INCLUDE_LEVEL 10