diff options
| author | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2000-07-11 08:37:56 +0000 |
|---|---|---|
| committer | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2000-07-11 08:37:56 +0000 |
| commit | 28035b8ba8cbc91382620be7809b904654c53ca7 (patch) | |
| tree | 40f8489fee929d643abfa0e19b100044e17d139d /usr.bin | |
| parent | 87a478de7b8d22148b160f0ac17ae48942d6d890 (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 ? |
