summaryrefslogtreecommitdiff
path: root/src/xterm.c
diff options
context:
space:
mode:
authorPavel Janík <Pavel@Janik.cz>2002-04-22 22:56:19 +0000
committerPavel Janík <Pavel@Janik.cz>2002-04-22 22:56:19 +0000
commita59faccab6e1a9c647d20bd08f8699d7813c9466 (patch)
tree0c9fba43c8f930c08dc8c98d78cc3e0b2bb1dc12 /src/xterm.c
parente6b6f9197c495bde4b4c39a0ff07a455ff30b3a4 (diff)
downloademacs-a59faccab6e1a9c647d20bd08f8699d7813c9466.tar.gz
Fix misleading comment after #endif.
Diffstat (limited to 'src/xterm.c')
-rw-r--r--src/xterm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c
index 25cb21bd95e..defb764b7ea 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -15085,7 +15085,7 @@ x_initialize ()
/* Disable Window Change signals; they are handled by X events. */
#ifdef SIGWINCH
signal (SIGWINCH, SIG_DFL);
-#endif /* ! defined (SIGWINCH) */
+#endif /* SIGWINCH */
signal (SIGPIPE, x_connection_signal);