mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-10 01:48:00 +00:00
cgtest: add missing \n in an error message.
This commit is contained in:
parent
fb5da46c48
commit
c25dc9c2fd
3
cmdgen.c
3
cmdgen.c
@ -1431,7 +1431,8 @@ int main(int argc, char **argv)
|
|||||||
if (system(cmdbuf) ||
|
if (system(cmdbuf) ||
|
||||||
(fp = get_fp(tmpfilename1,
|
(fp = get_fp(tmpfilename1,
|
||||||
CGT_SSH_KEYGEN | keytype->flags)) == NULL) {
|
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);
|
sfree(cmdbuf);
|
||||||
if (fp && cgtest_verbose) {
|
if (fp && cgtest_verbose) {
|
||||||
|
Loading…
Reference in New Issue
Block a user