aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPaul Traina <pst@FreeBSD.org>1994-10-27 18:15:42 +0000
committerPaul Traina <pst@FreeBSD.org>1994-10-27 18:15:42 +0000
commitab1a62c2a262a99d6fd1dcc1f1e6dd729e229a66 (patch)
tree77054877b41d9d49571d5717ec3e87760890c565 /lib
parent0adf64b6c5101057feae12745bb398697a0aa555 (diff)
downloadsrc-ab1a62c2a262a99d6fd1dcc1f1e6dd729e229a66.tar.gz
src-ab1a62c2a262a99d6fd1dcc1f1e6dd729e229a66.zip
Remove extra newline.
Notes
Notes: svn path=/head/; revision=3934
Diffstat (limited to 'lib')
-rw-r--r--lib/libskey/skey_getpass.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/libskey/skey_getpass.c b/lib/libskey/skey_getpass.c
index 1608355f9eff..9fd05d039ace 100644
--- a/lib/libskey/skey_getpass.c
+++ b/lib/libskey/skey_getpass.c
@@ -33,8 +33,6 @@ int pwok;
fgets(buf, sizeof(buf), stdin);
rip(buf);
return (buf);
- }
-
- putchar('\n');
- return (pass);
+ } else
+ return (pass);
}