mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-11 22:28:45 +01:00
fixed typo, function declares data, body uses file
This commit is contained in:
@ -270,7 +270,7 @@ and closes the file:
|
||||
:::c
|
||||
void fileFinalize(void* data)
|
||||
{
|
||||
closeFile((FILE**)file);
|
||||
closeFile((FILE**) data);
|
||||
}
|
||||
|
||||
It uses this little utility function:
|
||||
|
||||
Reference in New Issue
Block a user