From 0ffc17e48184077239a678af2b9334a1c094b1ec Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Sun, 25 Feb 2007 09:48:13 +0000 Subject: [PATCH] Remove a newline from the kex prompt question, from FreeWRT --HG-- extra : convert_revision : 98745fb712b04634b0682fe9ee0dc904ea528f10 --- cli-kex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli-kex.c b/cli-kex.c index 995ed38..37de6e3 100644 --- a/cli-kex.c +++ b/cli-kex.c @@ -126,7 +126,7 @@ static void ask_to_confirm(unsigned char* keyblob, unsigned int keybloblen) { m_free(fp); return; } - fprintf(stderr, "\nHost '%s' is not in the trusted hosts file.\n(fingerprint %s)\nDo you want to continue connecting? (y/n)\n", + fprintf(stderr, "\nHost '%s' is not in the trusted hosts file.\n(fingerprint %s)\nDo you want to continue connecting? (y/n) ", cli_opts.remotehost, fp); m_free(fp);