mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05:00
Missing change from last commit
This commit is contained in:
parent
ad5b6e0a87
commit
e6276bf7ac
@ -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