summaryrefslogtreecommitdiffstats
path: root/eBones
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1995-01-25 02:27:00 +0000
committerache <ache@FreeBSD.org>1995-01-25 02:27:00 +0000
commitb25561d1a5bd38e33195df2e4a191aaf80eb7246 (patch)
tree1107e39bc61cd6c37489b117b50ab0093ae76525 /eBones
parent74e95725c7b62a2070f55c11943eaecf9e53a064 (diff)
downloadFreeBSD-src-b25561d1a5bd38e33195df2e4a191aaf80eb7246.zip
FreeBSD-src-b25561d1a5bd38e33195df2e4a191aaf80eb7246.tar.gz
Add missing newline (or messages concatenated)
Diffstat (limited to 'eBones')
-rw-r--r--eBones/des/read_pwd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/eBones/des/read_pwd.c b/eBones/des/read_pwd.c
index 8375f64..b5545d7 100644
--- a/eBones/des/read_pwd.c
+++ b/eBones/des/read_pwd.c
@@ -3,7 +3,7 @@
/* 06-Apr-92 Luke Brennan Support for VMS */
/*-
- * $Id: read_pwd.c,v 1.2 1994/07/19 19:22:05 g89r4222 Exp $
+ * $Id: read_pwd.c,v 1.1.1.1 1994/09/30 14:49:51 csgr Exp $
*/
#include "des_locl.h"
@@ -115,7 +115,7 @@ int des_read_pw_string(buf, length, prompt, verify)
s = getpass(prompt);
strncpy(buf, s, len);
if(verify) {
- printf("\nVerifying password"); fflush(stdout);
+ printf("Verifying password\n"); fflush(stdout);
if(strncmp(getpass(prompt), buf, len) != 0) {
printf("\nVerify failure - try again\n");
fflush(stdout);
OpenPOWER on IntegriCloud