diff --git a/dlls/hhctrl.ocx/help.c b/dlls/hhctrl.ocx/help.c index f43cc0b72aa..3bc9e8e6b62 100644 --- a/dlls/hhctrl.ocx/help.c +++ b/dlls/hhctrl.ocx/help.c @@ -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; }