diff options
Diffstat (limited to 'vmod.c')
-rw-r--r-- | vmod.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -90,7 +90,8 @@ Atom stmtName; if (stmt->value==NULL) return True; else { - char *str1,*str2 = ""; + char *str1; + const char *str2 = ""; if (!ExprResolveModMask(stmt->value,&mod,NULL,NULL)) { str1= XkbAtomText(NULL,stmt->name,XkbMessage); ACTION1("Declaration of %s ignored\n",str1); |