Fix (correct, but harmless) const warning

Signed-off-by: Daniel Stone <daniel@fooishbar.org>
master
Daniel Stone 2012-03-21 14:44:16 +00:00
parent ecea0d71b2
commit 9468d84ad1
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ int
LookupModMask(const void * priv, xkb_atom_t field, unsigned type,
ExprResult * val_rtrn)
{
char *str;
const char *str;
Bool ret = True;
if (type != TypeInt)