X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=crc%2Fxxhash.c;h=4736c528fc07750dd5641721756e1ac860a8f9d2;hp=eedaecb4912db91625af09d5f5a617e0dc9bb2ca;hb=66a8a1bf98d714e013ee329dc975f3b6b552de6d;hpb=10aa136bddbaa7c845ab4eacb4a9a4a88d6657a3 diff --git a/crc/xxhash.c b/crc/xxhash.c index eedaecb4..4736c528 100644 --- a/crc/xxhash.c +++ b/crc/xxhash.c @@ -221,7 +221,7 @@ static uint32_t XXH32_endian_align(const void* input, int len, uint32_t seed, XX } -uint32_t XXH32(const void* input, int len, uint32_t seed) +uint32_t XXH32(const void* input, uint32_t len, uint32_t seed) { #if 0 // Simple version, good for code maintenance, but unfortunately slow for small inputs