mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
add missing break
svn path=/trunk/; revision=30070
This commit is contained in:
parent
ed826bf53e
commit
1679d0bf4c
1 changed files with 1 additions and 0 deletions
|
@ -599,6 +599,7 @@ SettingsPageProc(IN HWND hwndDlg, IN UINT uMsg, IN WPARAM wParam, IN LPARAM lPar
|
|||
DeleteDC(hdcMem);
|
||||
}
|
||||
}
|
||||
break;
|
||||
}
|
||||
case WM_COMMAND:
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue