mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Missing change from last commit
This commit is contained in:
parent
4dedef8f66
commit
cf4c38bb39
@ -308,7 +308,7 @@ get_keymap_id(unsigned char *keymap_str)
|
||||
if (!strcmp(keymap_table[keymap_id].str, keymap_str))
|
||||
return keymap_id;
|
||||
|
||||
return -1;
|
||||
return KEYMAP_INVALID;
|
||||
}
|
||||
|
||||
unsigned char *
|
||||
|
Loading…
Reference in New Issue
Block a user