From 81138db5c5a7c78cb52232c573bc5333495aafc0 Mon Sep 17 00:00:00 2001 From: Chick3nman Date: Mon, 14 Feb 2022 17:01:07 -0600 Subject: [PATCH] Fix Typo in logic --- src/terminal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/terminal.c b/src/terminal.c index 808d43f1f..c239fb60a 100644 --- a/src/terminal.c +++ b/src/terminal.c @@ -2090,7 +2090,7 @@ void status_display (hashcat_ctx_t *hashcat_ctx) "Speed.#*.........: %9sH/s", hashcat_status->speed_sec_all); } - if (hashes_status->digests_done_pot > 0) + if (hashcat_status->digests_done_pot > 0) { if (hashcat_status->salts_cnt > 1) {