mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-23 08:44:04 +02:00
Fix a minor typo.
This commit is contained in:
@@ -140,7 +140,7 @@ ma_bool32 try_parse_format(const char* str, ma_format* pValue)
|
|||||||
*pValue = format;
|
*pValue = format;
|
||||||
}
|
}
|
||||||
|
|
||||||
return MA_TRUE;;
|
return MA_TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
ma_bool32 try_parse_channels(const char* str, ma_uint32* pValue)
|
ma_bool32 try_parse_channels(const char* str, ma_uint32* pValue)
|
||||||
|
|||||||
Reference in New Issue
Block a user