mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-18 09:18:15 +00:00
Corrected issue on file extension check
This commit is contained in:
@@ -1310,6 +1310,7 @@ bool IsFileExtension(const char *fileName, const char *ext)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else result = false;
|
||||||
#else
|
#else
|
||||||
if (strcmp(fileExt, ext) == 0) result = true;
|
if (strcmp(fileExt, ext) == 0) result = true;
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user