mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 23:25:45 +00:00
- fix a typo
- may fix bug 2732 svn path=/trunk/; revision=29740
This commit is contained in:
parent
027341f0cb
commit
1e5f7f1f85
1 changed files with 1 additions and 1 deletions
|
@ -587,7 +587,7 @@ CHSourceDlgProc(
|
|||
|
||||
case IDC_BROWSE:
|
||||
{
|
||||
BROWSEINFO bi = { 0, };
|
||||
BROWSEINFO bi = { 0 };
|
||||
LPITEMIDLIST pidl;
|
||||
|
||||
bi.hwndOwner = hwndDlg;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue