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.
(cherry picked from commit c25dc9c2fd
)
This commit is contained in:
parent
414d35a508
commit
92c1f31569
3
cmdgen.c
3
cmdgen.c
@ -1336,7 +1336,8 @@ int main(int argc, char **argv)
|
||||
pubfilename, tmpfilename1);
|
||||
if (system(cmdbuf) ||
|
||||
(fp = get_fp(tmpfilename1)) == NULL) {
|
||||
printf("UNABLE to test fingerprint matching against OpenSSH");
|
||||
printf("UNABLE to test fingerprint matching against "
|
||||
"OpenSSH\n");
|
||||
}
|
||||
sfree(cmdbuf);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user