[PATCH] hnetcfg: Add a trailing '\n' to a TRACE().

Francois Gouget fgouget at free.fr
Sun Oct 21 20:14:47 CDT 2018


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 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 7f3f6c51191..2bb589adb29 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
-- 
2.19.1




More information about the wine-devel mailing list