From 56694a554616736d017710a32cb97f7869dc7ce3 Mon Sep 17 00:00:00 2001 From: asmodai Date: Wed, 12 Jul 2000 08:50:09 +0000 Subject: MFC: fix some output cosmetics so that the finger -s output is properly lined up --- usr.bin/finger/sprint.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/finger') diff --git a/usr.bin/finger/sprint.c b/usr.bin/finger/sprint.c index 40b7d82..b024291 100644 --- a/usr.bin/finger/sprint.c +++ b/usr.bin/finger/sprint.c @@ -109,7 +109,7 @@ sflag_print() pn->name, MAXREALNAME, namelen, pn->realname ? pn->realname : ""); if (!w->loginat) { - (void)printf(" * * No logins "); + (void)printf(" * * No logins "); goto office; } (void)putchar(w->info == LOGGEDIN && !w->writable ? -- cgit v1.1