Commit 63aef51b authored by David Reid's avatar David Reid

Fix a typo.

parent 7d055a44
...@@ -29502,7 +29502,7 @@ static ma_result ma_device_init__opensl(ma_context* pContext, const ma_device_co ...@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment