Module: wine Branch: master Commit: b0f52410e98129ee4fbff24f8254853a1220eb36 URL: http://source.winehq.org/git/wine.git/?a=commit;h=b0f52410e98129ee4fbff24f82...
Author: Francois Gouget fgouget@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; }