summaryrefslogtreecommitdiff
path: root/compat.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2013-10-20 12:36:31 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2013-11-01 22:17:43 -0700
commite3e6e938535532bfad175c1635256ab7fb3ac943 (patch)
treebc60fa3a3fee52cd431f65f1640160e177301654 /compat.c
parent2458580ac95c550217b3376c46eecb2cca646241 (diff)
downloadxorg-app-xkbcomp-e3e6e938535532bfad175c1635256ab7fb3ac943.tar.gz
Fix many const char * warnings from gcc
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Jasper St. Pierre <jstpierre@mecheye.net>
Diffstat (limited to 'compat.c')
-rw-r--r--compat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/compat.c b/compat.c
index f4d82a6..82fd4e6 100644
--- a/compat.c
+++ b/compat.c
@@ -494,7 +494,7 @@ static LookupEntry useModMapValues[] = {
static int
SetInterpField(SymInterpInfo * si,
XkbDescPtr xkb,
- char *field,
+ const char *field,
ExprDef * arrayNdx, ExprDef * value, CompatInfo * info)
{
int ok = 1;