Commit 539d28a1 authored by Christian Costa's avatar Christian Costa Committed by Alexandre Julliard

d3dx9_36: Fix typo.

parent f49de6aa
......@@ -5631,7 +5631,7 @@ static HRESULT d3dx9_parse_effect(struct ID3DXBaseEffectImpl *base, const char *
hr = d3dx9_parse_resource(base, data, &ptr);
if (hr != D3D_OK)
{
WARN("Failed to parse data\n");
WARN("Failed to parse resource\n");
goto err_out;
}
}
......
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