mirror of
https://github.com/rkd77/elinks.git
synced 2025-06-30 22:19:29 -04:00
Missing change from last commit
This commit is contained in:
parent
6aa99fa078
commit
5eba524121
@ -307,7 +307,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…
x
Reference in New Issue
Block a user