From 8e1f70df3cd8d137ea966479d29d409574bfc9f6 Mon Sep 17 00:00:00 2001 From: Johnny Cena Date: Mon, 13 Oct 2025 21:37:04 +0300 Subject: [PATCH] fix mistake --- src/rcore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }