Merge branch 'collectd-5.5'
[collectd.git] / src / liboconfig / parser.y
index f0e886c..803eec2 100644 (file)
@@ -225,7 +225,7 @@ entire_file:
 %%
 static int yyerror (const char *s)
 {
-       char *text;
+       const char *text;
 
        if (*yytext == '\n')
                text = "<newline>";