aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/dispnew.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dispnew.c b/src/dispnew.c
index 0de517c5293..c97e9ea9212 100644
--- a/src/dispnew.c
+++ b/src/dispnew.c
@@ -6050,7 +6050,7 @@ window_change_signal (signalnum) /* If we don't have an argument, */
6050#ifndef USE_CRT_DLL 6050#ifndef USE_CRT_DLL
6051 extern int errno; 6051 extern int errno;
6052#endif 6052#endif
6053 int old_errno = errno;x 6053 int old_errno = errno;
6054 6054
6055 struct tty_display_info *tty; 6055 struct tty_display_info *tty;
6056 6056