Module: wine Branch: master Commit: 8e38ac5911681ef5ec95e4d60bf19a0e5eaa47dd URL: http://source.winehq.org/git/wine.git/?a=commit;h=8e38ac5911681ef5ec95e4d60b...
Author: Francois Gouget fgouget@free.fr Date: Fri Oct 13 02:23:51 2006 +0200
secur32: Add missing '\n' in a Wine trace.
---
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 */