Remove some redundant parenthesis; no functional change.
This commit is contained in:
parent
745bdf7fd1
commit
ad84132688
4 changed files with 6 additions and 6 deletions
|
@ -135,7 +135,7 @@ sail_find_fleet(struct fltheadstr **head, struct shpstr *sp)
|
|||
return 0;
|
||||
}
|
||||
|
||||
for (stop = 0, cp = ap->shp_path; (!stop) && (*cp); cp++) {
|
||||
for (stop = 0, cp = ap->shp_path; !stop && *cp; cp++) {
|
||||
switch (*cp) {
|
||||
case 'y':
|
||||
case 'u':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue