From 6351971c7f3986628b74e65733c654ccf0bf421c Mon Sep 17 00:00:00 2001 From: Ray Date: Sat, 17 Nov 2018 10:03:40 +0100 Subject: [PATCH] Corrected typo --- src/core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core.c b/src/core.c index 7876325b..a824fca3 100644 --- a/src/core.c +++ b/src/core.c @@ -766,7 +766,7 @@ void SetWindowIcon(Image image) Image imicon = ImageCopy(image); ImageFormat(&imicon, UNCOMPRESSED_R8G8B8A8); - GLFWimage imicon[1] = { 0 }; + GLFWimage icon[1] = { 0 }; icon[0].width = imicon.width; icon[0].height = imicon.height;