* win.c (key_name_conv_tab): Fix initialization.

This commit is contained in:
Andrew V. Samoilov 2002-09-01 07:42:54 +00:00
parent 17a8ca0706
commit ab44f618f9
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ key_code_name_t key_name_conv_tab [] = {
{ (int) '\n', "kpenter", N_("Enter on keypad") },
{ (int) '/', "kpslash", N_("Slash on keypad") },
{ (int) '#', "kpnumlock", N_("NumLock on keypad") },
{ 0, 0 }
{ 0, 0, 0 }
};
/* Return the code associated with the symbolic name keyname */