Jan Zerebecki : wined3d: Add missing newline at the end of traces.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Aug 8 07:37:38 CDT 2006


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

Author: Jan Zerebecki <jan.wine at zerebecki.de>
Date:   Tue Aug  8 00:04:24 2006 +0200

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-cvs mailing list