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

Francois Gouget fgouget at free.fr
Thu Aug 9 10:23:59 CDT 2007


---
 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;
        }
 
-- 
1.5.2.4




More information about the wine-patches mailing list