Remove silly superflous parenthesis.
This commit is contained in:
parent
beae3ea770
commit
0d0a305bf3
14 changed files with 31 additions and 31 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue