Compilation fix -mig

This commit is contained in:
Miguel de Icaza 1998-04-15 06:15:42 +00:00
parent 036af40392
commit 0a36428e84

View File

@ -794,7 +794,7 @@ int mi_getch ()
Gpm_Event ev;
int key;
ev->x = -1;
ev.x = -1;
while ((key = get_event (&ev, 0, 1)) == 0)
;
return key;