Fix (correct, but harmless) const warning
Signed-off-by: Daniel Stone <daniel@fooishbar.org>master
parent
ecea0d71b2
commit
9468d84ad1
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue