From 12560f9b137e2da1ffff631ee1cc705a62b810d3 Mon Sep 17 00:00:00 2001 From: Ray Chason Date: Sun, 5 Jul 2026 22:26:42 -0400 Subject: [PATCH] Add return value where needed. --- win/share/tileset.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win/share/tileset.c b/win/share/tileset.c index 385d26580..c3fbb209a 100644 --- a/win/share/tileset.c +++ b/win/share/tileset.c @@ -31,7 +31,7 @@ read_tiles(const char *filename, boolean true_color) boolean ok; if (tiles != NULL) - return; + return TRUE; /* Fill the image structure with known values */ image.width = 0;