Remove extra newline introduced in 44lite (oops)

This commit is contained in:
Paul Traina 1994-12-05 10:01:39 +00:00
parent 2e8df940be
commit a5af661e23
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4991

View File

@ -271,8 +271,11 @@ userlist(argc, argv)
}
/* Handle network requests. */
net: for (p = nargv; *p;)
net: for (p = nargv; *p;) {
netfinger(*p++);
if (*p || entries)
printf("\n");
}
if (entries == 0)
return;