From 8d3cdf56502e89f00e86b02f24422acfa1b34beb Mon Sep 17 00:00:00 2001 From: Karoly Lorentey Date: Mon, 19 Dec 2005 16:13:20 +0000 Subject: Fix typo in previous commit. * src/dispnew.c (window_change_signal): Fix typo. git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-453 --- src/dispnew.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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, */ #ifndef USE_CRT_DLL extern int errno; #endif - int old_errno = errno;x + int old_errno = errno; struct tty_display_info *tty; -- cgit v1.2.3