d3d8: Add a trailing '\n' to an ERR() message.

This commit is contained in:
Francois Gouget 2012-05-23 15:41:14 +02:00 committed by Alexandre Julliard
parent d090c39470
commit e06ed82e94
1 changed files with 1 additions and 1 deletions

View File

@ -2372,7 +2372,7 @@ static HRESULT WINAPI d3d8_device_GetIndices(IDirect3DDevice8 *iface,
else
{
if (FAILED(hr))
ERR("Failed to get wined3d index buffer, hr %#x.", hr);
ERR("Failed to get wined3d index buffer, hr %#x.\n", hr);
*buffer = NULL;
}
wined3d_mutex_unlock();