Fix typo.
This commit is contained in:
parent
d9ee5f3e3a
commit
1339e57485
|
@ -1146,6 +1146,7 @@ KdParseKbdOptions (KdKeyboardInfo *ki)
|
|||
|
||||
for (option = ki->options; option; option = option->next)
|
||||
{
|
||||
#ifdef XKB
|
||||
if (strcasecmp(option->key, "XkbRules") == 0)
|
||||
ki->xkbRules = option->value;
|
||||
else if (strcasecmp(option->key, "XkbModel") == 0)
|
||||
|
@ -1157,6 +1158,7 @@ KdParseKbdOptions (KdKeyboardInfo *ki)
|
|||
else if (strcasecmp(option->key, "XkbOptions") == 0)
|
||||
ki->xkbOptions = option->value;
|
||||
else
|
||||
#endif
|
||||
ErrorF("Kbd option key (%s) of value (%s) not assigned!\n",
|
||||
option->key, option->value);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue