mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-27 11:52:03 +00:00
Fix missing parameter type. From rob.
This commit is contained in:
parent
e915fe7c58
commit
8414847a07
1 changed files with 1 additions and 1 deletions
|
@ -443,7 +443,7 @@ flushtyping(int clearesc)
|
|||
#define RIGHTARROW Kright
|
||||
|
||||
int
|
||||
nontypingkey(c)
|
||||
nontypingkey(int c)
|
||||
{
|
||||
return c==SCROLLKEY || c==BACKSCROLLKEY
|
||||
|| c==LEFTARROW || c==RIGHTARROW
|
||||
|
|
Loading…
Reference in a new issue