Commit ee3e532a authored by David Reid's avatar David Reid

Update fs.

parent 17879750
......@@ -3306,6 +3306,7 @@ FS_API void fs_file_close(fs_file* pFile)
const fs_backend* pBackend = fs_file_get_backend(pFile);
FS_ASSERT(pBackend != NULL);
(void)pBackend;
if (pFile == NULL) {
return;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment