summaryrefslogtreecommitdiffstats
path: root/usr.bin/finger/net.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/finger/net.c')
-rw-r--r--usr.bin/finger/net.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/finger/net.c b/usr.bin/finger/net.c
index 4ebafbe..ee83d58 100644
--- a/usr.bin/finger/net.c
+++ b/usr.bin/finger/net.c
@@ -120,7 +120,7 @@ netfinger(name)
* Otherwise, all high bits are stripped; if it isn't printable and
* it isn't a space, we can simply set the 7th bit. Every ASCII
* character with bit 7 set is printable.
- */
+ */
if (fp = fdopen(s, "r"))
while ((c = getc(fp)) != EOF) {
c &= 0x7f;
OpenPOWER on IntegriCloud