mirror of
https://github.com/hashcat/hashcat.git
synced 2024-12-24 07:28:10 +00:00
Fix Typo
This commit is contained in:
parent
71c02cad5e
commit
3e13739aa6
@ -1685,7 +1685,8 @@ void status_speed_json (hashcat_ctx_t *hashcat_ctx)
|
||||
printf (" \"progress\": %" PRIu64 " \}", (u64) (device_info->hashes_msec_dev_benchmark * 1000));
|
||||
|
||||
}
|
||||
printf(" \] \}")
|
||||
printf(" \] \}");
|
||||
|
||||
status_status_destroy (hashcat_ctx, hashcat_status);
|
||||
|
||||
hcfree (hashcat_status);
|
||||
@ -1808,7 +1809,7 @@ void status_progress_json (hashcat_ctx_t *hashcat_ctx)
|
||||
printf (" \"runtime\": %0.2f \}", device_info->runtime_msec_dev);
|
||||
|
||||
}
|
||||
printf(" \] \}")
|
||||
printf(" \] \}");
|
||||
|
||||
status_status_destroy (hashcat_ctx, hashcat_status);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user