(influx): Remove carriage return.
This commit is contained in:
parent
c2ee177256
commit
6157409f20
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ influx(struct natstr *np)
|
||||||
|
|
||||||
getsect(np->nat_xcap, np->nat_ycap, §);
|
getsect(np->nat_xcap, np->nat_ycap, §);
|
||||||
if (sect.sct_own != np->nat_cnum ||
|
if (sect.sct_own != np->nat_cnum ||
|
||||||
(sect.sct_type != SCT_CAPIT && sect.sct_type != SCT_MOUNT &&
|
(sect.sct_type != SCT_CAPIT && sect.sct_type != SCT_MOUNT &&
|
||||||
sect.sct_type != SCT_SANCT) ||
|
sect.sct_type != SCT_SANCT) ||
|
||||||
(np->nat_flags & NF_SACKED))
|
(np->nat_flags & NF_SACKED))
|
||||||
return 1;
|
return 1;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue