mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 02:26:03 +00:00
add missing break
svn path=/trunk/; revision=30270
This commit is contained in:
parent
aaa63f3354
commit
27f7b560cd
1 changed files with 2 additions and 0 deletions
|
@ -1048,6 +1048,8 @@ DlgProc(HWND hDlg,
|
||||||
|
|
||||||
EndDialog(hDlg, LOWORD(wParam));
|
EndDialog(hDlg, LOWORD(wParam));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
case WM_NOTIFY:
|
case WM_NOTIFY:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue