From b0f52410e98129ee4fbff24f8254853a1220eb36 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Fri, 5 Sep 2008 13:15:10 +0200 Subject: [PATCH] d3dxof: Add a '\n' to a Wine trace. --- dlls/d3dxof/d3dxof.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/d3dxof/d3dxof.c b/dlls/d3dxof/d3dxof.c index c2a5624921f..88403df942a 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; }