diff options
author | asmodai <asmodai@FreeBSD.org> | 2000-07-12 09:50:20 +0000 |
---|---|---|
committer | asmodai <asmodai@FreeBSD.org> | 2000-07-12 09:50:20 +0000 |
commit | fba3508a1520f686d668557fff3a0f9299227a3e (patch) | |
tree | 0fc27adc02c86c89719e83ed53a05aae5eff2d03 /usr.bin/finger | |
parent | 56694a554616736d017710a32cb97f7869dc7ce3 (diff) | |
download | FreeBSD-src-fba3508a1520f686d668557fff3a0f9299227a3e.zip FreeBSD-src-fba3508a1520f686d668557fff3a0f9299227a3e.tar.gz |
Backout previous commit.
(Mental note: don't forget -rRELENG_4 next time.)
Diffstat (limited to 'usr.bin/finger')
-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 b024291..40b7d82 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 ? |