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

Francois Gouget fgouget at free.fr
Wed May 23 08:41:14 CDT 2012


---
 dlls/d3d8/device.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/d3d8/device.c b/dlls/d3d8/device.c
index 837e847..0f9cc59 100644
--- a/dlls/d3d8/device.c
+++ b/dlls/d3d8/device.c
@@ -2373,7 +2373,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();
-- 
1.7.10



More information about the wine-patches mailing list