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

Alexandre Julliard julliard at winehq.org
Wed May 23 13:22:55 CDT 2012


Module: wine
Branch: master
Commit: e06ed82e94871b93322b7aa478753698f3dea739
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=e06ed82e94871b93322b7aa478753698f3dea739

Author: Francois Gouget <fgouget at free.fr>
Date:   Wed May 23 15:41:14 2012 +0200

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

---

 dlls/d3d8/device.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/d3d8/device.c b/dlls/d3d8/device.c
index 1ec011b..48e4d65 100644
--- a/dlls/d3d8/device.c
+++ b/dlls/d3d8/device.c
@@ -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();




More information about the wine-cvs mailing list