diff --git a/src/crypto/randomx/panthera/sha256.c b/src/crypto/randomx/panthera/sha256.c index eb302f1c..4d35f4e4 100644 --- a/src/crypto/randomx/panthera/sha256.c +++ b/src/crypto/randomx/panthera/sha256.c @@ -36,7 +36,7 @@ #if defined(_MSC_VER) #define static_restrict(n) -#elif +#else #define static_restrict(n) static restrict n #endif