Fix a shadow declaration warning.

Public issue https://github.com/mackron/miniaudio/issues/1059
This commit is contained in:
David Reid
2025-11-29 08:34:40 +10:00
parent 80cf7b2deb
commit 4a8467852a
-1
View File
@@ -61676,7 +61676,6 @@ static ma_result ma_default_vfs_info(ma_vfs* pVFS, ma_vfs_file file, ma_file_inf
if (result == MA_NOT_IMPLEMENTED) { if (result == MA_NOT_IMPLEMENTED) {
/* Not implemented. Fall back to seek/tell/seek. */ /* Not implemented. Fall back to seek/tell/seek. */
ma_result result;
ma_int64 cursor; ma_int64 cursor;
ma_int64 sizeInBytes; ma_int64 sizeInBytes;