1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-06-25 01:18:57 +00:00

Fixed typo

This commit is contained in:
Chick3nman 2019-03-27 05:39:10 -05:00
parent 2358220cbe
commit 20aa7da205

View File

@ -778,7 +778,7 @@ typedef enum user_options_map
IDX_SPEED_ONLY = 0xff3d, IDX_SPEED_ONLY = 0xff3d,
IDX_SPIN_DAMP = 0xff3e, IDX_SPIN_DAMP = 0xff3e,
IDX_STATUS = 0xff3f, IDX_STATUS = 0xff3f,
IDX_STATUS_JSON = 0xff40 IDX_STATUS_JSON = 0xff40,
IDX_STATUS_TIMER = 0xff41, IDX_STATUS_TIMER = 0xff41,
IDX_STDOUT_FLAG = 0xff42, IDX_STDOUT_FLAG = 0xff42,
IDX_STDIN_TIMEOUT_ABORT = 0xff43, IDX_STDIN_TIMEOUT_ABORT = 0xff43,