mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-07 11:58:13 +00:00
Some code tweaks for consistency
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user