Andrey Gusev : d3d11/tests: Fix a typo in define.
Module: wine Branch: master Commit: a41519d2a3405702fc77cdae875a1a9d8c64cf3a URL: http://source.winehq.org/git/wine.git/?a=commit;h=a41519d2a3405702fc77cdae87... Author: Andrey Gusev <andrey.goosev(a)gmail.com> Date: Mon May 16 14:30:27 2016 +0300 d3d11/tests: Fix a typo in define. Signed-off-by: Andrey Gusev <andrey.goosev(a)gmail.com> Signed-off-by: Henri Verbeet <hverbeet(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/d3d11/tests/d3d11.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/d3d11/tests/d3d11.c b/dlls/d3d11/tests/d3d11.c index 86f1d24..591a009 100644 --- a/dlls/d3d11/tests/d3d11.c +++ b/dlls/d3d11/tests/d3d11.c @@ -239,7 +239,7 @@ static void check_texture_color_(unsigned int line, ID3D11Texture2D *texture, check_texture_sub_resource_color_(line, texture, sub_resource_idx, expected_color, max_diff); } -#define check_texture_sub_resource_float(t, s, c, d) check_texture_sub_resource_flot_(__LINE__, t, s, c, d) +#define check_texture_sub_resource_float(t, s, c, d) check_texture_sub_resource_float_(__LINE__, t, s, c, d) static void check_texture_sub_resource_float_(unsigned int line, ID3D11Texture2D *texture, unsigned int sub_resource_idx, float expected_value, BYTE max_diff) {
participants (1)
-
Alexandre Julliard