Module: wine Branch: master Commit: da4df48ae7bb0f89736688dc81e7ed8da617f3bd URL: https://source.winehq.org/git/wine.git/?a=commit;h=da4df48ae7bb0f89736688dc8...
Author: Francois Gouget fgouget@free.fr Date: Mon Oct 22 03:14:47 2018 +0200
hnetcfg: Add a trailing '\n' to a TRACE().
Signed-off-by: Francois Gouget fgouget@free.fr Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/hnetcfg/port.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/hnetcfg/port.c b/dlls/hnetcfg/port.c index 7f3f6c5..2bb589a 100644 --- a/dlls/hnetcfg/port.c +++ b/dlls/hnetcfg/port.c @@ -631,7 +631,7 @@ static HRESULT WINAPI upnpnat_QueryInterface(IUPnPNAT *iface, REFIID riid, void } else if(IsEqualGUID( riid, &IID_IProvideClassInfo)) { - TRACE("IProvideClassInfo not supported."); + TRACE("IProvideClassInfo not supported.\n"); return E_NOINTERFACE; } else