summaryrefslogtreecommitdiffstats
path: root/call/call.c
diff options
context:
space:
mode:
Diffstat (limited to 'call/call.c')
-rw-r--r--call/call.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/call/call.c b/call/call.c
index f7a7770..2f606bd 100644
--- a/call/call.c
+++ b/call/call.c
@@ -79,7 +79,7 @@ static char *mycall;
static int stdin_is_tty = 1;
-int interrupted = FALSE;
+volatile int interrupted = FALSE;
int paclen;
int fd;