Commit Graph
1 Commits
Author SHA1 Message Date
Jaromír Müller bca85ffff3 fix: correct parameter cast in fileFinalize to use data instead of file
The function signature declares `void* data` but the body incorrectly cast `file` instead of `data` when calling `closeFile`. This fix aligns the cast with the declared parameter name.
2018-04-05 21:02:30 +00:00