hnetcfg: Add a trailing '\n' to a TRACE().
Signed-off-by: Francois Gouget <fgouget@free.fr> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
905ad724e6
commit
da4df48ae7
|
@ -631,7 +631,7 @@ static HRESULT WINAPI upnpnat_QueryInterface(IUPnPNAT *iface, REFIID riid, void
|
||||||
}
|
}
|
||||||
else if(IsEqualGUID( riid, &IID_IProvideClassInfo))
|
else if(IsEqualGUID( riid, &IID_IProvideClassInfo))
|
||||||
{
|
{
|
||||||
TRACE("IProvideClassInfo not supported.");
|
TRACE("IProvideClassInfo not supported.\n");
|
||||||
return E_NOINTERFACE;
|
return E_NOINTERFACE;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue