Browse Source

deleted } in arith.c

eck 35 years ago
parent
commit
46188cca28
1 changed files with 0 additions and 1 deletions
  1. 0 1
      lang/cem/cemcom.ansi/arith.c

+ 0 - 1
lang/cem/cemcom.ansi/arith.c

@@ -477,7 +477,6 @@ opnd2test(expp, oper)
 		case OR:	/* && and || also impose a test	*/
 			/* It is already a test */
 			return;
-		}
 		case ',':
 			opnd2test(&((*expp)->OP_RIGHT), oper);
 			return;