Update examples.

This commit is contained in:
David Reid
2020-02-03 20:20:43 +10:00
parent 647f3764ea
commit df94bce3e4
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
void data_callback(ma_device* pDevice, void* pOutput, const void* pInput, ma_uint32 frameCount)
{
drwav* pWav = (drwav*)pDevice->pUserData;
ma_assert(pWav != NULL);
MA_ASSERT(pWav != NULL);
drwav_write_pcm_frames(pWav, frameCount, pInput);