mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 06:00:45 +00:00
quartz: Avoid empty initializer braces.
This commit is contained in:
parent
d742f6e821
commit
7f9a63e5fd
@ -916,7 +916,7 @@ static LONG cookie_counter = 1;
|
|||||||
|
|
||||||
static DWORD WINAPI DSoundAdviseThread(LPVOID lpParam) {
|
static DWORD WINAPI DSoundAdviseThread(LPVOID lpParam) {
|
||||||
DSoundRenderImpl *This = lpParam;
|
DSoundRenderImpl *This = lpParam;
|
||||||
struct dsoundrender_timer head = { };
|
struct dsoundrender_timer head = {NULL};
|
||||||
MSG msg;
|
MSG msg;
|
||||||
|
|
||||||
TRACE("(%p): Main Loop\n", This);
|
TRACE("(%p): Main Loop\n", This);
|
||||||
|
Loading…
Reference in New Issue
Block a user