From 9c58b47daf39156a95e708a80f366dc2b670d44c Mon Sep 17 00:00:00 2001 From: Chick3nman Date: Thu, 23 Mar 2023 19:37:13 -0500 Subject: [PATCH] Fix typo --- src/user_options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/user_options.c b/src/user_options.c index 10d106562..0b3b6935b 100644 --- a/src/user_options.c +++ b/src/user_options.c @@ -1007,7 +1007,7 @@ int user_options_sanity (hashcat_ctx_t *hashcat_ctx) return 0; } - if (user_options->show == true || user_options->left == true) + if ((user_options->show == true || user_options->left == true)) { if (user_options->remove == true) {