Skip to content

Commit 07a0564

Browse files
committed
Update raudio.c
1 parent 2549536 commit 07a0564

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/raudio.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2884,7 +2884,7 @@ static unsigned char *LoadFileData(const char *fileName, int *dataSize)
28842884
}
28852885

28862886
// Unload file data allocated by LoadFileData()
2887-
void UnloadFileData(unsigned char *data)
2887+
static void UnloadFileData(unsigned char *data)
28882888
{
28892889
RL_FREE(data);
28902890
}

0 commit comments

Comments
 (0)