Fix cutting bits by implicit conversion to char
This commit is contained in:
parent
fea90138d5
commit
0b335a9797
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@ add_special_keys (struct grub_keyboard_layout *layout)
|
|||
layout->keyboard_map[104] = GRUB_TERM_KEY_RIGHT;
|
||||
}
|
||||
|
||||
static char
|
||||
static unsigned
|
||||
lookup (char *code)
|
||||
{
|
||||
int i;
|
||||
|
|
Loading…
Reference in a new issue