commit | ab6d29eb5d9d2c59fcf51b7231bf1b2854423c88 | [log] [tgz] |
---|---|---|
author | Andrew Talbot <andrew.talbot@talbotville.com> | Thu Jul 10 23:08:56 2008 +0100 |
committer | Alexandre Julliard <julliard@winehq.org> | Fri Jul 11 13:58:55 2008 +0200 |
tree | 350cef2481e64d84cac0b8d4a8966c7b8f89fc23 | |
parent | dbc57826d6be8b239a5c6e4e2637aea8b6d0f0ba [diff] [blame] |
hhctrl.ocx: Remove unneeded address-of operator from array name.
diff --git a/dlls/hhctrl.ocx/help.c b/dlls/hhctrl.ocx/help.c index a2081ce..0e81a99 100644 --- a/dlls/hhctrl.ocx/help.c +++ b/dlls/hhctrl.ocx/help.c
@@ -587,7 +587,7 @@ 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);