Line breaks and other formatting issues. No functional changes.
This commit is contained in:
parent
281840b604
commit
4c4fdca42b
37 changed files with 119 additions and 117 deletions
|
@ -51,8 +51,8 @@ pln_postread(int n, void *ptr)
|
|||
struct lndstr theland;
|
||||
|
||||
if (pp->pln_uid != n) {
|
||||
logerror("pln_postread: Error - %d != %d, zeroing.\n", pp->pln_uid,
|
||||
n);
|
||||
logerror("pln_postread: Error - %d != %d, zeroing.\n",
|
||||
pp->pln_uid, n);
|
||||
memset(pp, 0, sizeof(struct plnstr));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue