X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=crc%2Fxxhash.c;h=4736c528fc07750dd5641721756e1ac860a8f9d2;hb=792122f8434d514f04e0573e3bdf095dc2071b42;hp=eedaecb4912db91625af09d5f5a617e0dc9bb2ca;hpb=c0c4b1d42e39c2ea4cb2d58e5a17aec4b00263d9;p=fio.git 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