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

Alexandre Julliard julliard at winehq.org
Fri Sep 5 06:58:18 CDT 2008


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Fri Sep  5 13:15:10 2008 +0200

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

---

 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;
   }




More information about the wine-cvs mailing list