diff --git a/cmdgen.c b/cmdgen.c index 4bb906f7..f6a3d08d 100644 --- a/cmdgen.c +++ b/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); }