Remove some redundant parenthesis; no functional change.
This commit is contained in:
parent
4861f837fb
commit
380b063f9c
41 changed files with 134 additions and 134 deletions
|
@ -347,11 +347,11 @@ findcondition(s_char code)
|
|||
x = 0;
|
||||
while (conditions[x].code) {
|
||||
if (conditions[x].code == code)
|
||||
return (x);
|
||||
return x;
|
||||
x++;
|
||||
}
|
||||
|
||||
return (x);
|
||||
return x;
|
||||
}
|
||||
|
||||
int
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue