Henri Verbeet : wined3d: Fix a typo.

Alexandre Julliard julliard at winehq.org
Wed Jun 17 10:43:24 CDT 2009


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

Author: Henri Verbeet <hverbeet at codeweavers.com>
Date:   Wed Jun 17 10:19:49 2009 +0200

wined3d: Fix a typo.

---

 dlls/wined3d/surface.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/wined3d/surface.c b/dlls/wined3d/surface.c
index 6ab0443..eedc257 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;
 }




More information about the wine-cvs mailing list