Commit 888cf5a4 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

rpcss: Add a trailing '\n' to a Wine trace.

parent 4b1f6310
......@@ -86,7 +86,7 @@ static struct registered_ept_entry *find_ept_entry(
void __RPC_USER ept_lookup_handle_t_rundown(ept_lookup_handle_t entry_handle)
{
WINE_FIXME("%p", entry_handle);
WINE_FIXME("%p\n", entry_handle);
}
void ept_insert(handle_t h,
......
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