map: fix incorrect return value

Signed-off-by: Ran Benita <ran234@gmail.com>
master
Ran Benita 2012-08-01 11:12:18 +03:00
parent ae968f855a
commit c6dee4640a
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ xkb_map_mod_get_index(struct xkb_keymap *keymap, const char *name)
return i + XkbNumModifiers;
}
return XKB_GROUP_INVALID;
return XKB_MOD_INVALID;
}
/**