Commit 7f9a63e5 authored by Thomas Faber's avatar Thomas Faber Committed by Alexandre Julliard

quartz: Avoid empty initializer braces.

parent d742f6e8
......@@ -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);
......
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