summaryrefslogtreecommitdiffstats
path: root/include/cfg.c
diff options
context:
space:
mode:
Diffstat (limited to 'include/cfg.c')
-rw-r--r--include/cfg.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/cfg.c b/include/cfg.c
index 4849f11e..63e376f0 100644
--- a/include/cfg.c
+++ b/include/cfg.c
@@ -31,7 +31,6 @@ int parse_cfg_file(char *cfg_file,struct cfg_line *cfg)
char *value;
int lineno;
int i,var;
- int *pointer;
char **c;
int (*func)();