From a7bb6d6c490a5b60b58666e73890c19921907e18 Mon Sep 17 00:00:00 2001 From: Victor Zhang Date: Wed, 18 Dec 2024 12:41:53 -0800 Subject: [PATCH] Oopsie with xxhash.h [1/?] --- lib/common/xxhash.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/common/xxhash.h b/lib/common/xxhash.h index 477fd4792..68ec6b29f 100644 --- a/lib/common/xxhash.h +++ b/lib/common/xxhash.h @@ -7080,12 +7080,12 @@ XXH3_generateSecret_fromSeed(XXH_NOESCAPE void* secretBuffer, XXH64_hash_t seed) # pragma GCC pop_options #endif -#endif /* XXH_NO_LONG_LONG */ #if defined (__cplusplus) } /* extern "C" */ #endif +#endif /* XXH_NO_LONG_LONG */ #endif /* XXH_NO_XXH3 */ /*!