diff --git a/src/util.h b/src/util.h index 59cb9b5..fdc71f2 100644 --- a/src/util.h +++ b/src/util.h @@ -14,8 +14,7 @@ // NOTE: FNV1a hashing algorithm http://www.isthe.com/chongo/tech/comp/fnv/ #define FNV1_64_INIT ((u64) 0xcbf29ce484222325ULL) #define FNV_64_PRIME ((u64) 0x100000001b3ULL) -u64 -utilFNV64a_str(const char *str, u64 hval = FNV1_64_INIT); +u64 utilFNV64a_str(const char *str, u64 hval = FNV1_64_INIT); //----------------- // Memory allocation