Francois Gouget : wined3d: Add a '\n' to a Wine trace.

Alexandre Julliard julliard at wine.codeweavers.com
Fri Aug 10 07:31:04 CDT 2007


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Thu Aug  9 17:23:59 2007 +0200

wined3d: Add a '\n' to a Wine trace.

---

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

diff --git a/dlls/wined3d/wined3d_main.c b/dlls/wined3d/wined3d_main.c
index 1f35056..5ec14be 100644
--- a/dlls/wined3d/wined3d_main.c
+++ b/dlls/wined3d/wined3d_main.c
@@ -126,7 +126,7 @@ BOOL WINAPI DllMain(HINSTANCE hInstDLL, DWORD fdwReason, LPVOID lpv)
 
        if (!RegisterClassA(&wc) && GetLastError() != ERROR_CLASS_ALREADY_EXISTS)
        {
-           ERR("Failed to register window class 'WineD3D_OpenGL'!");
+           ERR("Failed to register window class 'WineD3D_OpenGL'!\n");
            return FALSE;
        }
 




More information about the wine-cvs mailing list