mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
d3dxof: Add a '\n' to a Wine trace.
This commit is contained in:
parent
d8914673ba
commit
b0f52410e9
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue