Fix a typo that was found by cppcheck.

svn path=/trunk/; revision=59214
This commit is contained in:
Eric Kohl 2013-06-14 16:12:15 +00:00
parent e0a991fc7e
commit 11b09b882b

View file

@ -624,7 +624,7 @@ VirtMemDlgProc(HWND hwndDlg,
return TRUE;
case IDC_PAGEFILELIST:
switch HIWORD(wParam)
switch (HIWORD(wParam))
{
case LBN_SELCHANGE:
OnSelChange(hwndDlg, pVirtMem);