Fixed bug

This commit is contained in:
MoneroOcean 2020-07-16 18:03:54 -07:00
parent 47acc49471
commit 8de748fa65

View file

@ -36,7 +36,7 @@
#if defined(_MSC_VER)
#define static_restrict(n)
#elif
#else
#define static_restrict(n) static restrict n
#endif