From 6d61c874563889415a15932459892f3b6491d7b2 Mon Sep 17 00:00:00 2001 From: Chick3nman Date: Mon, 14 Feb 2022 17:05:24 -0600 Subject: [PATCH] Fix typo in type --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index d07bfb07b..17fac0928 100644 --- a/src/main.c +++ b/src/main.c @@ -406,7 +406,7 @@ static void main_potfile_num_cracked (MAYBE_UNUSED hashcat_ctx_t *hashcat_ctx, M if (user_options->quiet == true) return; - const int hashes->digests_done_pot = hashes->digests_done; + hashes->digests_done_pot = hashes->digests_done; if (hashes->digests_done_pot > 0) {