changeset 83413:e26e2265dcc6

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
author Karoly Lorentey <lorentey@elte.hu>
date Mon, 19 Dec 2005 16:13:20 +0000
parents 573105015a96
children 14a4eb789b45
files src/dispnew.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/dispnew.c	Tue Dec 13 19:03:29 2005 +0000
+++ b/src/dispnew.c	Mon Dec 19 16:13:20 2005 +0000
@@ -6050,7 +6050,7 @@
 #ifndef USE_CRT_DLL
   extern int errno;
 #endif
-  int old_errno = errno;x
+  int old_errno = errno;
 
   struct tty_display_info *tty;