Francois Gouget : d3d9/tests: Fix a typo in a field name of the visual test.

Alexandre Julliard julliard at winehq.org
Fri Nov 29 13:17:28 CST 2019


Module: wine
Branch: master
Commit: cb6f488215c7f589a6297c5ebdd8936ae6760343
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=cb6f488215c7f589a6297c5ebdd8936ae6760343

Author: Francois Gouget <fgouget at free.fr>
Date:   Thu Nov 28 13:22:42 2019 +0100

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

Signed-off-by: Francois Gouget <fgouget at free.fr>
Signed-off-by: Henri Verbeet <hverbeet at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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 4f063d21fb..cbfb98bec6 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[] =




More information about the wine-cvs mailing list