In eread, ignore unexpected events instead of returning early.
This commit is contained in:
parent
d1e25ee94e
commit
8e06ea1b42
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ again:
|
|||
goto again;
|
||||
return Ekeyboard;
|
||||
default:
|
||||
return 0;
|
||||
goto again;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue