# HG changeset patch # User Matt Johnston # Date 1172396893 0 # Node ID 91939c8c2572e848be880db60a888f5fdca292ed # Parent ab370c629d363f8c9a3eca512bfa86e362034654 Remove a newline from the kex prompt question, from FreeWRT diff -r ab370c629d36 -r 91939c8c2572 cli-kex.c --- a/cli-kex.c Thu Feb 22 16:17:09 2007 +0000 +++ b/cli-kex.c Sun Feb 25 09:48:13 2007 +0000 @@ -126,7 +126,7 @@ 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);