mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 04:13:37 +00:00
- fix a typo
- may fix bug 2732 svn path=/trunk/; revision=29740
This commit is contained in:
@@ -587,7 +587,7 @@ CHSourceDlgProc(
|
||||
|
||||
case IDC_BROWSE:
|
||||
{
|
||||
BROWSEINFO bi = { 0, };
|
||||
BROWSEINFO bi = { 0 };
|
||||
LPITEMIDLIST pidl;
|
||||
|
||||
bi.hwndOwner = hwndDlg;
|
||||
|
||||
Reference in New Issue
Block a user