Fix cutting bits by implicit conversion to char

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-08-20 23:33:41 +02:00
parent fea90138d5
commit 0b335a9797
1 changed files with 1 additions and 1 deletions

View File

@ -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;