commit 8414847a0709bcf83b2f0bc198a5390ab5db6072
parent e915fe7c58cd2eefc8a876f40e4df3e55e6abc5f
Author: wkj <devnull@localhost>
Date: Fri, 25 Jun 2004 13:56:22 +0000
Fix missing parameter type. From rob.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/cmd/samterm/main.c b/src/cmd/samterm/main.c
@@ -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