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

Francois Gouget fgouget at free.fr
Fri Aug 7 04:55:51 CDT 2015


---
 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 );
 }
-- 
2.4.6




More information about the wine-patches mailing list