Added a missing parentheses to main.c

hmm, should utilunix.c include textconf.h for  port_shutdown_extra_fds()?
This commit is contained in:
Manish Vachharajani 1998-04-08 01:29:30 +00:00
parent ca2ffb99b6
commit e4e57dca23
1 changed files with 1 additions and 1 deletions

View File

@ -2315,7 +2315,7 @@ OS_Setup ()
termvalue = "";
}
#ifndef HAVE_X
if (force_xterm || (strncmp (termvalue, "xterm", 5) == 0 || strcmp (termvalue, "dtterm") == 0){
if (force_xterm || (strncmp (termvalue, "xterm", 5) == 0 || strcmp (termvalue, "dtterm") == 0)){
use_mouse_p = XTERM_MOUSE;
xterm_flag = 1;
# ifdef SET_TITLE