mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-26 01:50:10 +00:00
Fix typo
This commit is contained in:
parent
aa78cf2c74
commit
0d38489c9d
@ -11278,7 +11278,7 @@ int main (int argc, char **argv)
|
|||||||
break;
|
break;
|
||||||
case 7400: if (pw_max > 16) pw_max = 16;
|
case 7400: if (pw_max > 16) pw_max = 16;
|
||||||
break;
|
break;
|
||||||
case 7500: if (pw_max > 8) pw_max = 8;
|
case 7700: if (pw_max > 8) pw_max = 8;
|
||||||
break;
|
break;
|
||||||
case 7900: if (pw_max > 48) pw_max = 48;
|
case 7900: if (pw_max > 48) pw_max = 48;
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user