Daniel Ansorregui : d3d9/tests: Fix a typo in an undef.

Alexandre Julliard julliard at winehq.org
Thu Jan 3 16:01:59 CST 2019


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

Author: Daniel Ansorregui <mailszeros at gmail.com>
Date:   Tue Jan  1 13:43:07 2019 +0000

d3d9/tests: Fix a typo in an undef.

Signed-off-by: Daniel Ansorregui <mailszeros at gmail.com>
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 392369a..195b730 100644
--- a/dlls/d3d9/tests/visual.c
+++ b/dlls/d3d9/tests/visual.c
@@ -3236,8 +3236,8 @@ static void texbem_test(void)
             0x000000ff, 0x000000ff, 0x000000ff, 0x000000ff, 0x000000ff, 0x000000ff, 0x000000ff, 0x000000ff,
             0x000000ff, 0x000000ff, 0x000000ff, 0x000000ff, 0x000000ff, 0x000000ff, 0x000000ff, 0x000000ff,
         };
+#undef tex
 #undef tex1
-#undef tex2
 #undef origin
 
         hr = IDirect3DTexture9_LockRect(texture2, 0, &locked_rect, NULL, 0);




More information about the wine-cvs mailing list