comdlg32: Remove unneeded address-of operator from array name.

This commit is contained in:
Andrew Talbot 2008-07-09 20:36:41 +01:00 committed by Alexandre Julliard
parent 8320d214d4
commit 468f709cbe
1 changed files with 1 additions and 1 deletions

View File

@ -1164,7 +1164,7 @@ static LRESULT FILEDLG95_InitControls(HWND hwnd)
SendMessageW(fodInfos->DlgInfos.hwndTB, TB_ADDBITMAP, 12, (LPARAM) &tba[0]);
SendMessageW(fodInfos->DlgInfos.hwndTB, TB_ADDBITMAP, 1, (LPARAM) &tba[1]);
SendMessageW(fodInfos->DlgInfos.hwndTB, TB_ADDBUTTONSW, 9, (LPARAM) &tbb);
SendMessageW(fodInfos->DlgInfos.hwndTB, TB_ADDBUTTONSW, 9, (LPARAM) tbb);
SendMessageW(fodInfos->DlgInfos.hwndTB, TB_AUTOSIZE, 0, 0);
/* Set the window text with the text specified in the OPENFILENAME structure */