Commit da4df48a authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent 905ad724
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment