From 553ec0af48986a488a7bba4c8d9d350e1bd8f806 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 10 Sep 1994 20:06:02 +0000 Subject: [PATCH] Comment fix. --- src/xterm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xterm.c b/src/xterm.c index 8a7badded72..ac7033544ac 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -6280,7 +6280,7 @@ Check the DISPLAY environment variable or use \"-d\"\n", change_keyboard_wait_descriptor (ConnectionNumber (x_current_display)); change_input_fd (ConnectionNumber (x_current_display)); -#endif /* ! defined (HAVE_X11) */ +#endif /* HAVE_X11 */ #ifndef F_SETOWN_BUG #ifdef F_SETOWN -- 2.39.5