diff --git a/include/xrpl/beast/hash/xxhasher.h b/include/xrpl/beast/hash/xxhasher.h index 0460cb74d9..c4064d4f55 100644 --- a/include/xrpl/beast/hash/xxhasher.h +++ b/include/xrpl/beast/hash/xxhasher.h @@ -205,7 +205,7 @@ public: // Rotate and return auto result = (buffer << shift) | (buffer >> (64 - shift)); -#else if ORIGINAL_HASH +#elif ORIGINAL_HASH auto result = XXH3_64bits_digest(state_); #else auto result = seed_ == 0 ?