Skip to content
Snippets Groups Projects
Commit da4df48a authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard
Browse files

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

parent 905ad724
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment