d3dx9_36: Fix typo.

This commit is contained in:
Christian Costa 2013-06-04 09:31:52 +02:00 committed by Alexandre Julliard
parent f49de6aa08
commit 539d28a112

View file

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