From a59faccab6e1a9c647d20bd08f8699d7813c9466 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pavel=20Jan=C3=ADk?= Date: Mon, 22 Apr 2002 22:56:19 +0000 Subject: [PATCH] Fix misleading comment after #endif. --- src/xterm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.5