fix gcc complaints

This commit is contained in:
Enno Rehling 2021-02-05 22:39:27 +01:00
parent e8aff3b431
commit dde2f3644e

View file

@ -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;