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

This commit is contained in:
Francois Gouget 2008-09-05 13:15:10 +02:00 committed by Alexandre Julliard
parent d8914673ba
commit b0f52410e9

View file

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