# HG changeset patch # User Karoly Lorentey # Date 1135008800 0 # Node ID e26e2265dcc6d90d3d207d7bf5bba1539e165960 # Parent 573105015a9694ad7f2548d544c0c550bbc1a2ec 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 diff -r 573105015a96 -r e26e2265dcc6 src/dispnew.c --- 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;