Commit dc597eb8 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

combase: Fix the trailing linefeed of a TRACE().

parent 2acdde92
......@@ -163,7 +163,7 @@ IMPL_WIREM_HANDLE(HWND)
*/
ULONG __RPC_USER CLIPFORMAT_UserSize(ULONG *pFlags, ULONG size, CLIPFORMAT *pCF)
{
TRACE("%s, %u, %p.n", debugstr_user_flags(pFlags), size, pCF);
TRACE("%s, %u, %p\n", debugstr_user_flags(pFlags), size, pCF);
ALIGN_LENGTH(size, 3);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment