2
0
Fork 0
mirror of https://git.sr.ht/~sircmpwn/mkproof synced 2024-05-28 13:56:09 +02:00

mkproof: improve final output a bit

This commit is contained in:
Drew DeVault 2020-11-25 12:07:40 -05:00
parent 8f5c12ace0
commit 2a81538b02

View File

@ -96,7 +96,7 @@ main(int argc, char *argv[])
}
if (isatty(STDERR_FILENO)) {
fprintf(stderr, "\nHere is your proof:\n");
fprintf(stderr, ": found.\nHere is your proof:\n");
}
char proof[33];