rpcss: Add a trailing '\n' to a Wine trace.
This commit is contained in:
parent
4b1f6310d9
commit
888cf5a4af
|
@ -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)
|
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,
|
void ept_insert(handle_t h,
|
||||||
|
|
Loading…
Reference in New Issue