summaryrefslogtreecommitdiffstats
path: root/src/libs
diff options
context:
space:
mode:
authoralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-05-09 08:59:48 +0000
committeralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-05-09 08:59:48 +0000
commitf3aeedb411cfb0e656d4aaaf83459f2925641c49 (patch)
tree21f402411c9a16f0caddd1be87d65f6fea4a2086 /src/libs
parent1beaf950c9849e6ea7b7c3f7c5d114e21975d327 (diff)
downloadzabbix-f3aeedb411cfb0e656d4aaaf83459f2925641c49.tar.gz
zabbix-f3aeedb411cfb0e656d4aaaf83459f2925641c49.tar.xz
zabbix-f3aeedb411cfb0e656d4aaaf83459f2925641c49.zip
Minor fix.
git-svn-id: svn://svn.zabbix.com/trunk@4101 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'src/libs')
-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