Add return value where needed.

This commit is contained in:
Ray Chason
2026-07-05 22:26:42 -04:00
parent af79ad629c
commit 12560f9b13
+1 -1
View File
@@ -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;