From d0d023e30b1a5bb12a3e5ba067ed6e066cc9c593 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jaakko=20Kera=CC=88nen?= jaakko.keranen@iki.fi
Date: Wed, 25 Jan 2023 12:46:20 +0200
Subject: [PATCH 1/1] Fixed typo
src/ui/window.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/ui/window.c b/src/ui/window.c
index b597e58e..cd8f55f4 100644
--- a/src/ui/window.c
+++ b/src/ui/window.c
@@ -654,7 +654,7 @@ void deinit_Window(iWindow *d) {
static void setWindowIcon_Window_(iWindow *d) {
#if defined (iPlatformMsys)
#endif
#if defined (iPlatformLinux) && !defined (iPlatformTerminal)
SDL_Surface *surf = loadImage_(&imageLagrange64_Resources, 0);
--
2.25.1
text/plain
This content has been proxied by September (ba2dc).