Some code tweaks for consistency
This commit is contained in:
parent
cb698dd37d
commit
03710c9d8e
6 changed files with 24 additions and 24 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue