mirror of
https://github.com/hashcat/hashcat.git
synced 2025-01-03 20:31:08 +00:00
Fix typo
This commit is contained in:
parent
7eb36bb9a2
commit
9c58b47daf
@ -1007,7 +1007,7 @@ int user_options_sanity (hashcat_ctx_t *hashcat_ctx)
|
|||||||
return 0;
|
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)
|
if (user_options->remove == true)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user