diff --git a/dlls/hhctrl.ocx/help.c b/dlls/hhctrl.ocx/help.c index a2081cef94f..0e81a990f59 100644 --- a/dlls/hhctrl.ocx/help.c +++ b/dlls/hhctrl.ocx/help.c @@ -587,7 +587,7 @@ static BOOL HH_AddToolbar(HHInfo *pHHInfo) heap_free(szBuf); } - SendMessageW(hToolbar, TB_ADDBUTTONSW, dwNumButtons, (LPARAM)&buttons); + SendMessageW(hToolbar, TB_ADDBUTTONSW, dwNumButtons, (LPARAM)buttons); SendMessageW(hToolbar, TB_AUTOSIZE, 0, 0); ShowWindow(hToolbar, SW_SHOW);