mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
[SYSDM]
Fix a typo that was found by cppcheck. svn path=/trunk/; revision=59214
This commit is contained in:
parent
e0a991fc7e
commit
11b09b882b
1 changed files with 1 additions and 1 deletions
|
@ -624,7 +624,7 @@ VirtMemDlgProc(HWND hwndDlg,
|
||||||
return TRUE;
|
return TRUE;
|
||||||
|
|
||||||
case IDC_PAGEFILELIST:
|
case IDC_PAGEFILELIST:
|
||||||
switch HIWORD(wParam)
|
switch (HIWORD(wParam))
|
||||||
{
|
{
|
||||||
case LBN_SELCHANGE:
|
case LBN_SELCHANGE:
|
||||||
OnSelChange(hwndDlg, pVirtMem);
|
OnSelChange(hwndDlg, pVirtMem);
|
||||||
|
|
Loading…
Reference in a new issue