ringsm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- xringd-1.20.orig/ringsm.c
+++ xringd-1.20/ringsm.c
@@ -223,7 +223,7 @@
* simple parser for the configuration file - check for a few errors
* static line_now has the line number where parser is now
*/
-static line_now;
+static int line_now;
static int
conf_parse(FILE *f, argparse_cback argparse)