diff options
author | Karoly Lorentey <lorentey@elte.hu> | 2005-12-19 16:13:20 +0000 |
---|---|---|
committer | Karoly Lorentey <lorentey@elte.hu> | 2005-12-19 16:13:20 +0000 |
commit | 8d3cdf56502e89f00e86b02f24422acfa1b34beb (patch) | |
tree | 4851f43c6c58a95d43bfdaed39a42e9e0d42bfaa /src | |
parent | bedeffcffb4ad37ccfc3ba13436583d4f60f8b31 (diff) | |
download | emacs-8d3cdf56502e89f00e86b02f24422acfa1b34beb.tar.gz emacs-8d3cdf56502e89f00e86b02f24422acfa1b34beb.tar.bz2 emacs-8d3cdf56502e89f00e86b02f24422acfa1b34beb.zip |
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
Diffstat (limited to 'src')
-rw-r--r-- | src/dispnew.c | 2 |
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, */ #ifndef USE_CRT_DLL extern int errno; #endif - int old_errno = errno;x + int old_errno = errno; struct tty_display_info *tty; |