diff src/xterm.c @ 44763:f6ac4d8b01cd

Fix misleading comment after #endif.
author Pavel Janík <Pavel@Janik.cz>
date Mon, 22 Apr 2002 22:56:19 +0000
parents b4274ec69fa3
children f2158eb57017
line wrap: on
line diff
--- a/src/xterm.c	Mon Apr 22 22:54:10 2002 +0000
+++ b/src/xterm.c	Mon Apr 22 22:56:19 2002 +0000
@@ -15085,7 +15085,7 @@
   /* 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);