d3d11/tests: Fix a typo in define

Andrey Gusev andrey.goosev at gmail.com
Mon May 16 06:31:54 CDT 2016


-------------- next part --------------
From 1f39c92d7f4bf0fc8b30b6187ceea87a54bfa9a3 Mon Sep 17 00:00:00 2001
Message-Id: <1f39c92d7f4bf0fc8b30b6187ceea87a54bfa9a3.1463398245.git.andrey.goosev at gmail.com>
From: Andrey Gusev <andrey.goosev at gmail.com>
Date: Mon, 16 May 2016 14:30:27 +0300
Subject: [PATCH] d3d11/tests: Fix a typo in define

Signed-off-by: Andrey Gusev <andrey.goosev at gmail.com>
---
 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 03b6113..2d67d7c 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)
 {
-- 
2.5.5



More information about the wine-patches mailing list