From aa7a5a5b31e9d67dafb0abc65ad5f78548a08047 Mon Sep 17 00:00:00 2001 From: kraxel Date: Thu, 9 Aug 2007 09:10:53 +0000 Subject: doc update --- amtterm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'amtterm.c') diff --git a/amtterm.c b/amtterm.c index 493655c..a293313 100644 --- a/amtterm.c +++ b/amtterm.c @@ -384,11 +384,11 @@ int main(int argc, char *argv[]) tty_noecho(); fprintf(stderr, "AMT password for host %s: ", host); fgets(r.pass, sizeof(r.pass), stdin); + fprintf(stderr, "\n"); if (NULL != (h = strchr(r.pass, '\r'))) *h = 0; if (NULL != (h = strchr(r.pass, '\n'))) *h = 0; - fprintf(stderr, "\n"); } memset(&ai, 0, sizeof(ai)); -- cgit