fixed missing paren

CVS patchset: 502
CVS date: 1996/03/29 20:05:40
This commit is contained in:
root 1996-03-29 20:05:40 +00:00
parent 1e344457e5
commit 6f8bc1da13
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ static void init_arch_os(void)
(!strcmp(un.machine, "i686")) ||
(!strcmp(un.machine, "i586")) ||
(!strcmp(un.machine, "i486")) ||
(!strcmp(un.machine, "i386")) {
(!strcmp(un.machine, "i386"))) {
archnum = 1;
archname = "i386";
} else if (!strcmp(un.machine, "alpha")) {