Commit c3d3ef75 authored by Alexandre Julliard's avatar Alexandre Julliard

quartz/tests: Add braces to avoid a clang warning.

parent d5b77f5a
......@@ -449,7 +449,7 @@ static void test_media_types(void)
const WCHAR *filename = load_resource(avifile);
IBaseFilter *filter = create_avi_splitter();
AM_MEDIA_TYPE mt = {0}, *pmt;
AM_MEDIA_TYPE mt = {{0}}, *pmt;
IEnumMediaTypes *enummt;
IFilterGraph2 *graph;
HRESULT hr;
......
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