diff --git a/dlls/ntdll/threadpool.c b/dlls/ntdll/threadpool.c index 8605a229bb2..0ed0851712a 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 ); }