Francois Gouget : hnetcfg: Add a trailing '\n' to a TRACE().

Alexandre Julliard julliard at winehq.org
Mon Oct 22 15:38:44 CDT 2018


Module: wine
Branch: master
Commit: da4df48ae7bb0f89736688dc81e7ed8da617f3bd
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=da4df48ae7bb0f89736688dc81e7ed8da617f3bd

Author: Francois Gouget <fgouget at 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 at free.fr>
Signed-off-by: Alexandre Julliard <julliard at 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




More information about the wine-cvs mailing list