Commit b0f52410 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent d8914673
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment