[PATCH] d3d9/tests: Fix a typo in a field name of the visual test.

Francois Gouget fgouget at free.fr
Thu Nov 28 06:22:42 CST 2019


Signed-off-by: Francois Gouget <fgouget at free.fr>
---

Yes. The field is actually never used directly: all that matters is that 
the structure has the right layout and its content will be used by d3d.

 dlls/d3d9/tests/visual.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/d3d9/tests/visual.c b/dlls/d3d9/tests/visual.c
index 4f063d21fb0..cbfb98bec68 100644
--- a/dlls/d3d9/tests/visual.c
+++ b/dlls/d3d9/tests/visual.c
@@ -26311,7 +26311,7 @@ static void test_sample_attached_rendertarget(void)
 
     static const struct
     {
-        struct vec3 posistion;
+        struct vec3 position;
         struct vec2 texcoord;
     }
     quad[] =
-- 
2.20.1




More information about the wine-devel mailing list