[D3DX9_36] Sync with Wine Staging 1.7.55. CORE-10536
[reactos.git] / reactos / dll / directx / wine / d3dx9_36 / effect.c
index 7987158..d677982 100644 (file)
@@ -5094,7 +5094,7 @@ static HRESULT d3dx9_parse_resource(struct d3dx9_base_effect *base, const char *
     HRESULT hr = E_FAIL;
 
     read_dword(ptr, &technique_index);
-    TRACE("techn: %u\n", technique_index);
+    TRACE("technique_index: %u\n", technique_index);
 
     read_dword(ptr, &index);
     TRACE("index: %u\n", index);