Remove TABS
This commit is contained in:
parent
641895b5ba
commit
a886f5e743
5 changed files with 10 additions and 10 deletions
|
@ -1386,10 +1386,10 @@ static Font LoadBMFont(const char *fileName)
|
|||
char *lastSlash = NULL;
|
||||
|
||||
lastSlash = strrchr(fileName, '/');
|
||||
if (lastSlash == NULL)
|
||||
{
|
||||
lastSlash = strrchr(fileName, '\\');
|
||||
}
|
||||
if (lastSlash == NULL)
|
||||
{
|
||||
lastSlash = strrchr(fileName, '\\');
|
||||
}
|
||||
|
||||
// NOTE: We need some extra space to avoid memory corruption on next allocations!
|
||||
texPath = malloc(strlen(fileName) - strlen(lastSlash) + strlen(texFileName) + 4);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue