1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-09 17:38:00 +00:00

cgtest: add missing \n in an error message.

This commit is contained in:
Simon Tatham 2020-02-02 11:27:03 +00:00
parent fb5da46c48
commit c25dc9c2fd

View File

@ -1431,7 +1431,8 @@ int main(int argc, char **argv)
if (system(cmdbuf) ||
(fp = get_fp(tmpfilename1,
CGT_SSH_KEYGEN | keytype->flags)) == NULL) {
printf("UNABLE to test fingerprint matching against OpenSSH");
printf("UNABLE to test fingerprint matching against "
"OpenSSH\n");
}
sfree(cmdbuf);
if (fp && cgtest_verbose) {