Commit 1f1a97a9 authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

dsound: Remove unneeded address-of operator from function name.

parent e67aaab2
......@@ -1048,7 +1048,7 @@ static HRESULT DirectSoundCaptureDevice_Initialize(
}
IAudioClient_Release(client);
device->timerID = DSOUND_create_timer(&DSOUND_capture_timer, (DWORD_PTR)device);
device->timerID = DSOUND_create_timer(DSOUND_capture_timer, (DWORD_PTR)device);
list_add_tail(&DSOUND_capturers, &device->entry);
......
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