Add return value where needed.
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user