Commit e412bf62 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

wasapi: fix comment

parent 0c277629
......@@ -166,7 +166,7 @@ static void Flush(audio_output_t *aout, bool wait)
HRESULT hr;
if (wait)
return; /* Not drain implemented */
return; /* Drain not implemented */
Enter();
IAudioClient_Stop(sys->client);
......
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