1
0
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:
jsteube 2016-09-13 11:30:52 +02:00
parent e5172a9d38
commit c808d2a998

View File

@ -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_loops);
fprintf (stdout, "%s", PROMPT);
fflush (stdout);
send_prompt ();
}
#endif