about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--Src/utils.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/Src/utils.c b/Src/utils.c
index e61e84a03..11908435c 100644
--- a/Src/utils.c
+++ b/Src/utils.c
@@ -1460,7 +1460,8 @@ read1char(void)
 mod_export int
 noquery(int purge)
 {
-    int c, val = 0;
+    int val = 0;
+    char c;
 
 #ifdef FIONREAD
     ioctl(SHTTY, FIONREAD, (char *)&val);