From: Victor Zhang Date: Wed, 18 Dec 2024 20:41:53 +0000 (-0800) Subject: Oopsie with xxhash.h [1/?] X-Git-Tag: v1.5.7^2~41^2~6 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=a7bb6d6c490a5b60b58666e73890c19921907e18;p=thirdparty%2Fzstd.git Oopsie with xxhash.h [1/?] --- 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 */ /*!