Remove silly superflous parenthesis.

This commit is contained in:
Markus Armbruster 2006-03-26 07:46:49 +00:00
parent beae3ea770
commit 0d0a305bf3
14 changed files with 31 additions and 31 deletions

View file

@ -804,7 +804,7 @@ load_comm_ship(struct sctstr *sectp, struct shpstr *sp,
wu(0, sectp->sct_own, buf);
}
}
++(*nshipsp);
++*nshipsp;
return 0;
}
@ -1011,7 +1011,7 @@ load_comm_land(struct sctstr *sectp, struct lndstr *lp,
wu(0, sectp->sct_own, buf);
}
}
++(*nunitsp);
++*nunitsp;
return 0;
}