Minor tweak

This commit is contained in:
Ray
2019-09-08 01:10:25 +02:00
parent 1dd5f423b8
commit a56f878115

View File

@ -3896,8 +3896,7 @@ RAYGUIDEF void GuiLoadStyle(const char *fileName)
fclose(rgsFile); fclose(rgsFile);
} }
else return;
if (tryBinary) if (tryBinary)
{ {
rgsFile = fopen(fileName, "rb"); rgsFile = fopen(fileName, "rb");