diff --git a/src/interface.c b/src/interface.c index 7d7d2e6db..9e3857a69 100644 --- a/src/interface.c +++ b/src/interface.c @@ -350,7 +350,7 @@ int hashconfig_init (hashcat_ctx_t *hashcat_ctx) } else { - if ((hashconfig->opti_type & OPTS_TYPE_SUGGEST_KG) == 1) + if (hashconfig->opti_type & OPTS_TYPE_SUGGEST_KG) { if (user_options->quiet == false) {