hhctrl.ocx: Remove unneeded address-of operator from array name.
This commit is contained in:
parent
dbc57826d6
commit
ab6d29eb5d
|
@ -587,7 +587,7 @@ static BOOL HH_AddToolbar(HHInfo *pHHInfo)
|
||||||
heap_free(szBuf);
|
heap_free(szBuf);
|
||||||
}
|
}
|
||||||
|
|
||||||
SendMessageW(hToolbar, TB_ADDBUTTONSW, dwNumButtons, (LPARAM)&buttons);
|
SendMessageW(hToolbar, TB_ADDBUTTONSW, dwNumButtons, (LPARAM)buttons);
|
||||||
SendMessageW(hToolbar, TB_AUTOSIZE, 0, 0);
|
SendMessageW(hToolbar, TB_AUTOSIZE, 0, 0);
|
||||||
ShowWindow(hToolbar, SW_SHOW);
|
ShowWindow(hToolbar, SW_SHOW);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue