quartz: Avoid empty initializer braces.

oldstable
Thomas Faber 2015-02-14 09:33:23 +01:00 committed by Alexandre Julliard
parent d742f6e821
commit 7f9a63e5fd
1 changed files with 1 additions and 1 deletions

View File

@ -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);