summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0747827)
raw | patch | inline | side by side (parent: 0747827)
author | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Sat, 5 Mar 2016 13:37:40 +0000 (14:37 +0100) | ||
committer | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Sat, 5 Mar 2016 13:37:40 +0000 (14:37 +0100) |
src/liboconfig/parser.y | patch | blob | history |
index f0e886cc1a1e28ab5f1c277eb830c54896410d59..803eec26205317b30c21425c9c2821a4f75321fe 100644 (file)
--- a/src/liboconfig/parser.y
+++ b/src/liboconfig/parser.y
%%
static int yyerror (const char *s)
{
- char *text;
+ const char *text;
if (*yytext == '\n')
text = "<newline>";