Remove some redundant parenthesis; no functional change.

This commit is contained in:
Markus Armbruster 2005-10-02 10:16:19 +00:00
parent 745bdf7fd1
commit ad84132688
4 changed files with 6 additions and 6 deletions

View file

@ -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':