1
mirror of https://github.com/hashcat/hashcat synced 2024-11-28 05:21:38 +01:00

Fix Formatting

This commit is contained in:
Chick3nman 2019-04-02 16:10:54 -05:00
parent 5b20662c7f
commit dc1fc28733

View File

@ -956,7 +956,7 @@ void status_display_status_json (hashcat_ctx_t *hashcat_ctx)
printf (" \"util\": %d }", util);
}
printf (" \],");
printf (" ],");
printf (" \"time_start\": %" PRIu64 ",", status_ctx->runtime_start);
printf (" \"estimated_stop\": %" PRIu64 " }", end);