--- previous/src/cfgopts.c 2018/04/24 19:25:36 1.1.1.2 +++ previous/src/cfgopts.c 2018/04/24 19:31:24 1.1.1.3 @@ -268,7 +268,7 @@ static int write_header_tokens(FILE *fp, int update_config(const char *filename, const struct Config_Tag configs[], const char *header) { const struct Config_Tag *ptr; - int count=0, lineno=0, retval; + int count=0, retval; FILE *cfgfile, *tempfile; char *fptr, *tok; char line[1024];