Commit 33dab4e4 authored by David Reid's avatar David Reid

Typo.

parent ca68c2b8
...@@ -35836,7 +35836,7 @@ static ma_result ma_device__post_init_setup(ma_device* pDevice, ma_device_type d ...@@ -35836,7 +35836,7 @@ static ma_result ma_device__post_init_setup(ma_device* pDevice, ma_device_type d
/* /*
In playback mode, iff the data converter does not support retrieval of the required number of In playback mode, if the data converter does not support retrieval of the required number of
input frames given a number of output frames, we need to fall back to a heap-allocated cache. input frames given a number of output frames, we need to fall back to a heap-allocated cache.
*/ */
if (deviceType == ma_device_type_playback || deviceType == ma_device_type_duplex) { if (deviceType == ma_device_type_playback || deviceType == ma_device_type_duplex) {
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