forked from github/server
fix gcc complaints
This commit is contained in:
parent
e8aff3b431
commit
dde2f3644e
1 changed files with 1 additions and 1 deletions
|
@ -2462,7 +2462,7 @@ void move_units(void)
|
|||
}
|
||||
}
|
||||
|
||||
void move_ships() {
|
||||
void move_ships(void) {
|
||||
region* r = regions;
|
||||
while (r != NULL) {
|
||||
unit** up = &r->units;
|
||||
|
|
Loading…
Reference in a new issue