hhctrl.ocx: Fix a format warning.

This commit is contained in:
Michael Stefaniuc 2007-03-05 13:48:23 +01:00 committed by Alexandre Julliard
parent 5267e36ad0
commit eff5b13043

View file

@ -77,7 +77,7 @@ static HRESULT navigate_url(HHInfo *info, LPCWSTR surl)
VariantClear(&url);
if(FAILED(hres))
TRACE("Navigation failed: %08lx\n", hres);
TRACE("Navigation failed: %08x\n", hres);
return hres;
}