Francois Gouget : wlanapi: Add a trailing '\n' to a TRACE() message.

Alexandre Julliard julliard at winehq.org
Fri Feb 3 13:31:33 CST 2017


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Fri Feb  3 11:22:05 2017 +0100

wlanapi: Add a trailing '\n' to a TRACE() message.

Signed-off-by: Francois Gouget <fgouget at free.fr>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/wlanapi/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/wlanapi/main.c b/dlls/wlanapi/main.c
index 303d173..3fae765 100644
--- a/dlls/wlanapi/main.c
+++ b/dlls/wlanapi/main.c
@@ -119,7 +119,7 @@ void *WINAPI WlanAllocateMemory(DWORD size)
 {
     void *ret;
 
-    TRACE("(%d)", size);
+    TRACE("(%d)\n", size);
 
     if (!size)
     {




More information about the wine-cvs mailing list