d3dxof: Add a '\n' to a Wine trace.

Francois Gouget fgouget at free.fr
Fri Sep 5 06:15:10 CDT 2008


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

diff --git a/dlls/d3dxof/d3dxof.c b/dlls/d3dxof/d3dxof.c
index c2a5624..88403df 100644
--- a/dlls/d3dxof/d3dxof.c
+++ b/dlls/d3dxof/d3dxof.c
@@ -235,7 +235,7 @@ static HRESULT WINAPI IDirectXFileImpl_CreateEnumObject(IDirectXFile* iface, LPV
 
   if (header[2] == XOFFILE_FORMAT_COMPRESSED)
   {
-    FIXME("Compressed formats not supported yet");
+    FIXME("Compressed formats not supported yet\n");
     hr = DXFILEERR_BADVALUE;
     goto error;
   }
-- 
1.5.6.3




More information about the wine-patches mailing list