Fix long lines. No functional changes.
This commit is contained in:
parent
ba2c537ce5
commit
4836f6c543
29 changed files with 141 additions and 79 deletions
|
@ -71,7 +71,8 @@ fort(void)
|
|||
continue;
|
||||
}
|
||||
if (land.lnd_land >= 0) {
|
||||
pr("%s is on a land unit and can't be fortified\n", prland(&land));
|
||||
pr("%s is on a land unit and can't be fortified\n",
|
||||
prland(&land));
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue