summaryrefslogtreecommitdiff
path: root/xkbparse.y
diff options
context:
space:
mode:
Diffstat (limited to 'xkbparse.y')
-rw-r--r--xkbparse.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/xkbparse.y b/xkbparse.y
index f3eb7fe..52afa2b 100644
--- a/xkbparse.y
+++ b/xkbparse.y
@@ -779,7 +779,7 @@ MapName : STRING { $$= scanStr; scanStr= NULL; }
;
%%
void
-yyerror(char *s)
+yyerror(const char *s)
{
if (warningLevel>0) {
(void)fprintf(stderr,"%s: line %d of %s\n",s,lineNum,