mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 04:10:04 +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) {
|
||||
DSoundRenderImpl *This = lpParam;
|
||||
struct dsoundrender_timer head = { };
|
||||
struct dsoundrender_timer head = {NULL};
|
||||
MSG msg;
|
||||
|
||||
TRACE("(%p): Main Loop\n", This);
|
||||
|
Loading…
Reference in New Issue
Block a user