tFix missing parameter type. From rob. - plan9port - [fork] Plan 9 from user space
HTML git clone git://src.adamsgaard.dk/plan9port
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 8414847a0709bcf83b2f0bc198a5390ab5db6072
DIR parent e915fe7c58cd2eefc8a876f40e4df3e55e6abc5f
HTML Author: wkj <devnull@localhost>
Date: Fri, 25 Jun 2004 13:56:22 +0000
Fix missing parameter type. From rob.
Diffstat:
M src/cmd/samterm/main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/src/cmd/samterm/main.c b/src/cmd/samterm/main.c
t@@ -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