Commit eff5b130 authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

hhctrl.ocx: Fix a format warning.

parent 5267e36a
......@@ -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;
}
......
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