This commit is contained in:
iceman1001 2024-03-25 23:34:53 +01:00
parent 140cc1d957
commit 529d57a181

View file

@ -1215,7 +1215,7 @@ int main(int argc, char **argv) {
printf("[%zu] ", y);
}
printf("\nKey found @ slice %zu/%zu [ \x1b[32m"
printf("\nKey found @ slice %zu/%zu [ \x1b[32m"
, t_arg[y].slice
, t_arg[y].max_slices
);
@ -1250,7 +1250,7 @@ int main(int argc, char **argv) {
printf("\nAttack 5 - opencl - end");
if (show_overall_time) {
printf(" in " _YELLOW_("%ld.%2ld") " second(s).\n\n", (long int)cpu_t_result.tv_sec, (long int)cpu_t_result.tv_usec);
printf(" in " _YELLOW_("%ld.%2ld") " second(s).\n\n", (long int)cpu_t_result.tv_sec, (long int)cpu_t_result.tv_usec);
} else {
printf("\n");
}