diff options
| author | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2000-07-12 09:52:36 +0000 |
|---|---|---|
| committer | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2000-07-12 09:52:36 +0000 |
| commit | 2c569c0da562ccd37f2d2433f079d75aa100487c (patch) | |
| tree | 943e098c7a8e74309821875bc1beecb9ffaac55c /usr.bin | |
| parent | 771a487e8b51335ea243d69e720774c721b8a53e (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/finger/sprint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/finger/sprint.c b/usr.bin/finger/sprint.c index acf9dff350a3..40b7d8273d8c 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 ? |
