Fix a typo.

This commit is contained in:
David Reid
2020-07-29 19:24:10 +10:00
parent 7d055a44e5
commit 63aef51bfc
+1 -1
View File
@@ -29502,7 +29502,7 @@ static ma_result ma_device_init__opensl(ma_context* pContext, const ma_device_co
SLresult resultSL; SLresult resultSL;
ma_uint32 periodSizeInFrames; ma_uint32 periodSizeInFrames;
size_t bufferSizeInBytes; size_t bufferSizeInBytes;
SLInterfaceID itfIDs1[0]; SLInterfaceID itfIDs1[1];
const SLboolean itfIDsRequired1[] = {SL_BOOLEAN_TRUE}; const SLboolean itfIDsRequired1[] = {SL_BOOLEAN_TRUE};
#endif #endif