secur32: Add missing '\n' in a Wine trace.

Francois Gouget fgouget at free.fr
Thu Oct 12 19:23:51 CDT 2006


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

diff --git a/dlls/secur32/ntlm.c b/dlls/secur32/ntlm.c
index 37b7253..aaf2403 100644
--- a/dlls/secur32/ntlm.c
+++ b/dlls/secur32/ntlm.c
@@ -472,7 +472,7 @@ static SECURITY_STATUS SEC_ENTRY ntlm_In
             /* If the helper replied with "PW", using cached credentials failed */
             if(!strncmp(buffer, "PW", 2))
             {
-                TRACE("Using cached credentials failed. Using empty password.");
+                TRACE("Using cached credentials failed. Using empty password.\n");
                 lstrcpynA(buffer, "PW AA==", max_len-1);
             }
             else /* Just do a noop on the next run */
-- 
1.4.1.1




More information about the wine-patches mailing list