mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-22 08:14:04 +02:00
Update fs.
This commit is contained in:
Vendored
+1
@@ -3306,6 +3306,7 @@ FS_API void fs_file_close(fs_file* pFile)
|
|||||||
const fs_backend* pBackend = fs_file_get_backend(pFile);
|
const fs_backend* pBackend = fs_file_get_backend(pFile);
|
||||||
|
|
||||||
FS_ASSERT(pBackend != NULL);
|
FS_ASSERT(pBackend != NULL);
|
||||||
|
(void)pBackend;
|
||||||
|
|
||||||
if (pFile == NULL) {
|
if (pFile == NULL) {
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user