1
0
mirror of https://git.disroot.org/80486DX2-66/polonium.git synced 2024-09-19 02:25:33 +05:30

main.c: add a comment "printing parameters: ..."

This commit is contained in:
Intel A80486DX2-66 2024-07-07 21:33:32 +03:00
parent 62e6b23f83
commit f0541c6f8c
Signed by: 80486DX2-66
GPG Key ID: 83631EF27054609B

View File

@ -309,6 +309,7 @@ int main(int argc, char** argv) {
printf("> File type: %s\n"
"\n", file_type_to_string(file_type));
// print parameters: probability, threshold, passes
printf("Parameters:\n"
"> Probability: %" PRIu8 "\n"
"> Threshold: %" PRIu8 "\n"