Module: wine Branch: master Commit: 888cf5a4af96814d69056f63e41329466af6d2a6 URL: http://source.winehq.org/git/wine.git/?a=commit;h=888cf5a4af96814d69056f63e4...
Author: Francois Gouget fgouget@free.fr Date: Thu Jul 10 00:26:43 2008 +0200
rpcss: Add a trailing '\n' to a Wine trace.
---
programs/rpcss/epmp.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/programs/rpcss/epmp.c b/programs/rpcss/epmp.c index cf14be8..e731e06 100644 --- a/programs/rpcss/epmp.c +++ b/programs/rpcss/epmp.c @@ -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,