Some code tweaks for consistency

This commit is contained in:
Ray 2021-05-22 16:54:04 +02:00
parent cb698dd37d
commit 03710c9d8e
6 changed files with 24 additions and 24 deletions

View file

@ -325,7 +325,7 @@ char *LoadFileText(const char *fileName)
}
// Unload file text data allocated by LoadFileText()
void UnloadFileText(unsigned char *text)
void UnloadFileText(char *text)
{
RL_FREE(text);
}