diff --git a/OpenCL/inc_hash_blake2s.cl b/OpenCL/inc_hash_blake2s.cl index a38dd87b6..9a28ee59a 100644 --- a/OpenCL/inc_hash_blake2s.cl +++ b/OpenCL/inc_hash_blake2s.cl @@ -95,7 +95,7 @@ DECLSPEC u32 blake2s_rot08_S (const u32 a) #endif } -DECLSPEC u32x blake2S_rot08 (const u32x a) +DECLSPEC u32x blake2s_rot08 (const u32x a) { u32x r;