- fix a typo

- may fix bug 2732

svn path=/trunk/; revision=29740
This commit is contained in:
Johannes Anderwald 2007-10-21 16:22:39 +00:00
parent 027341f0cb
commit 1e5f7f1f85

View file

@ -587,7 +587,7 @@ CHSourceDlgProc(
case IDC_BROWSE:
{
BROWSEINFO bi = { 0, };
BROWSEINFO bi = { 0 };
LPITEMIDLIST pidl;
bi.hwndOwner = hwndDlg;