Francois Gouget : ntdll: Add a trailing '\n' to a FIXME() trace.

Alexandre Julliard julliard at wine.codeweavers.com
Fri Aug 7 10:57:43 CDT 2015


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Fri Aug  7 11:55:51 2015 +0200

ntdll: Add a trailing '\n' to a FIXME() trace.

---

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

diff --git a/dlls/ntdll/threadpool.c b/dlls/ntdll/threadpool.c
index 8605a22..0ed0851 100644
--- a/dlls/ntdll/threadpool.c
+++ b/dlls/ntdll/threadpool.c
@@ -2252,7 +2252,7 @@ NTSTATUS WINAPI TpAllocPool( TP_POOL **out, PVOID reserved )
     TRACE( "%p %p\n", out, reserved );
 
     if (reserved)
-        FIXME( "reserved argument is nonzero (%p)", reserved );
+        FIXME( "reserved argument is nonzero (%p)\n", reserved );
 
     return tp_threadpool_alloc( (struct threadpool **)out );
 }




More information about the wine-cvs mailing list