mirror of
https://github.com/hashcat/hashcat.git
synced 2025-01-11 08:10:59 +00:00
OpenCL kernel run: minor copy-paste error removed
This commit is contained in:
parent
9b14a3f853
commit
f1900686f5
@ -4805,7 +4805,7 @@ int opencl_session_begin (hashcat_ctx_t *hashcat_ctx)
|
||||
|
||||
// mp_r
|
||||
|
||||
CL_rc = hc_clCreateKernel (hashcat_ctx, device_param->program_mp, "r_markov", &device_param->kernel_mp_r); if (CL_rc == -1) return -1;
|
||||
CL_rc = hc_clCreateKernel (hashcat_ctx, device_param->program_mp, "r_markov", &device_param->kernel_mp_r);
|
||||
|
||||
if (CL_rc == -1) return -1;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user