mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-15 12:29:35 +00:00
Fix compiling in debug mode
This commit is contained in:
parent
e5172a9d38
commit
c808d2a998
@ -1852,9 +1852,7 @@ static int autotune (hc_device_param_t *device_param, hashconfig_t *hashconfig)
|
|||||||
device_param->device_id + 1, kernel_accel,
|
device_param->device_id + 1, kernel_accel,
|
||||||
device_param->device_id + 1, kernel_loops);
|
device_param->device_id + 1, kernel_loops);
|
||||||
|
|
||||||
fprintf (stdout, "%s", PROMPT);
|
send_prompt ();
|
||||||
|
|
||||||
fflush (stdout);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user