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

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
oldstable
Francois Gouget 2018-10-22 03:14:47 +02:00 committed by Alexandre Julliard
parent 905ad724e6
commit da4df48ae7
1 changed files with 1 additions and 1 deletions

View File

@ -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