From 8de748fa659b0e14a2e3b5b6fe8b32d338e809e5 Mon Sep 17 00:00:00 2001 From: MoneroOcean Date: Thu, 16 Jul 2020 18:03:54 -0700 Subject: [PATCH] Fixed bug --- src/crypto/randomx/panthera/sha256.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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