diff --git a/src/rcore.c b/src/rcore.c index 718b8ca83..5238bb481 100644 --- a/src/rcore.c +++ b/src/rcore.c @@ -3181,7 +3181,7 @@ unsigned int *ComputeSHA256(unsigned char *data, int dataSize) RL_FREE(buffer); return hash; - #undef ROTATE_LEFT + #undef ROTATE_RIGHT #undef A0 #undef A1 }