mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-21 15:56:58 +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;
|
||||
}
|
||||
|
||||
return MA_TRUE;;
|
||||
return MA_TRUE;
|
||||
}
|
||||
|
||||
ma_bool32 try_parse_channels(const char* str, ma_uint32* pValue)
|
||||
|
||||
Reference in New Issue
Block a user