fixed uninitialized variable warning

svn path=/trunk/; revision=19704
This commit is contained in:
Thomas Bluemel 2005-11-27 22:45:01 +00:00
parent b0c50c3529
commit 861c2e6fd6

View file

@ -1570,7 +1570,7 @@ ProcessPageDlgProc(HWND hwndDlg,
case WM_NOTIFY: case WM_NOTIFY:
{ {
LPNMHDR lpnm = (LPNMHDR)lParam; LPNMHDR lpnm = (LPNMHDR)lParam;
ULONG MaxProgress; ULONG MaxProgress = 0;
switch (lpnm->code) switch (lpnm->code)
{ {