Fix constness warnings

This commit is contained in:
Florian Müllner
2015-09-24 01:13:59 +02:00
parent 27b37407d0
commit 25a796afc6
9 changed files with 34 additions and 34 deletions

View File

@@ -188,7 +188,7 @@ reload_modmap (MetaKeyBindingManager *keys)
/* Modifiers to find. */
struct {
char *name;
const char *name;
xkb_mod_mask_t *mask_p;
} mods[] = {
{ "ScrollLock", &scroll_lock_mask },