(influx): Remove carriage return.

This commit is contained in:
Ron Koenderink 2005-12-18 03:53:52 +00:00
parent c2ee177256
commit 6157409f20

View file

@ -178,7 +178,7 @@ influx(struct natstr *np)
getsect(np->nat_xcap, np->nat_ycap, &sect);
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) ||
(np->nat_flags & NF_SACKED))
return 1;