Commit d1c31772 authored by Ziqing Hui's avatar Ziqing Hui Committed by Alexandre Julliard

mfreadwrite: Fix an address of operator typo.

parent e414561a
......@@ -1070,7 +1070,7 @@ static HRESULT sink_writer_get_sink_factory_class(const WCHAR *url, IMFAttribute
for (i = 0; i < ARRAY_SIZE(class_map); ++i)
{
if (IsEqualGUID(&container, &class_map[i].container))
if (IsEqualGUID(&container, class_map[i].container))
{
*clsid = *class_map[i].clsid;
return S_OK;
......
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