From dad6c311ec2c033815d549f0d1cf005e27661027 Mon Sep 17 00:00:00 2001 From: Henri Verbeet Date: Wed, 17 Jun 2009 10:19:49 +0200 Subject: [PATCH] wined3d: Fix a typo. --- dlls/wined3d/surface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/wined3d/surface.c b/dlls/wined3d/surface.c index 6ab04438648..eedc257d6c5 100644 --- a/dlls/wined3d/surface.c +++ b/dlls/wined3d/surface.c @@ -2508,7 +2508,7 @@ static HRESULT d3dfmt_convert_surface(const BYTE *src, BYTE *dst, UINT pitch, UI } default: - ERR("Unsupported conversation type %d\n", convert); + ERR("Unsupported conversion type %#x.\n", convert); } return WINED3D_OK; }