hhctrl.ocx: Remove unneeded address-of operator from array name.

This commit is contained in:
Andrew Talbot 2008-07-10 23:08:56 +01:00 committed by Alexandre Julliard
parent dbc57826d6
commit ab6d29eb5d
1 changed files with 1 additions and 1 deletions

View File

@ -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);