[PATCH] d3d9/tests: Fix a typo in an undef

Daniel Ansorregui mailszeros at gmail.com
Tue Jan 1 07:43:07 CST 2019


Signed-off-by: Daniel Ansorregui <mailszeros at gmail.com>
---
 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 392369a3f7..195b7301e0 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);
-- 
2.17.1




More information about the wine-devel mailing list