wind3d: add missing newline at the end of traces

Jan Zerebecki jan.wine at zerebecki.de
Mon Aug 7 17:04:24 CDT 2006


If this patch is rejected from inclusion, please tell me why, as i would have to
ask anyway.

From: Jan Zerebecki <jan.wine at zerebecki.de>
Changelog:
wined3d: add missing newline at the end of traces
---

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

diff --git a/dlls/wined3d/device.c b/dlls/wined3d/device.c
index 7af7151..4bff183 100644
--- a/dlls/wined3d/device.c
+++ b/dlls/wined3d/device.c
@@ -3886,9 +3886,9 @@ static HRESULT WINAPI IWineD3DDeviceImpl
     case WINED3DRS_RANGEFOGENABLE            :
         {
             if (Value) {
-              TRACE("Enabled RANGEFOG");
+              TRACE("Enabled RANGEFOG\n");
             } else {
-              TRACE("Disabled RANGEFOG");
+              TRACE("Disabled RANGEFOG\n");
             }
         }
         break;



More information about the wine-patches mailing list