about summary refs log tree commit diff
path: root/include/xxhash.h
diff options
context:
space:
mode:
authoraflpp <aflpp@aflplus.plus>2021-01-31 17:29:37 +0100
committeraflpp <aflpp@aflplus.plus>2021-01-31 17:29:37 +0100
commite5116c6d55185177413104cad1232ca64e04b844 (patch)
treeb374b03fb887ecd12aa98c7e1b05120bad8dc2e4 /include/xxhash.h
parent9d08f0d098c91e69b5fe41674e4c5d05363af604 (diff)
downloadafl++-e5116c6d55185177413104cad1232ca64e04b844.tar.gz
fix -Z, remove q->next
Diffstat (limited to 'include/xxhash.h')
-rw-r--r--include/xxhash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xxhash.h b/include/xxhash.h
index 006d3f3d..3bd56d13 100644
--- a/include/xxhash.h
+++ b/include/xxhash.h
@@ -287,7 +287,7 @@ typedef uint32_t XXH32_hash_t;
   #else
     #include <limits.h>
     #if UINT_MAX == 0xFFFFFFFFUL
-typedef unsigned int  XXH32_hash_t;
+typedef unsigned int XXH32_hash_t;
     #else
       #if ULONG_MAX == 0xFFFFFFFFUL
 typedef unsigned long XXH32_hash_t;