projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0a991f
)
[SYSDM]
author
Eric Kohl
<eric.kohl@reactos.org>
Fri, 14 Jun 2013 16:12:15 +0000
(16:12 +0000)
committer
Eric Kohl
<eric.kohl@reactos.org>
Fri, 14 Jun 2013 16:12:15 +0000
(16:12 +0000)
Fix a typo that was found by cppcheck.
svn path=/trunk/; revision=59214
reactos/dll/cpl/sysdm/virtmem.c
patch
|
blob
|
history
diff --git
a/reactos/dll/cpl/sysdm/virtmem.c
b/reactos/dll/cpl/sysdm/virtmem.c
index
1d09af1
..
4603a4c
100644
(file)
--- a/
reactos/dll/cpl/sysdm/virtmem.c
+++ b/
reactos/dll/cpl/sysdm/virtmem.c
@@
-624,7
+624,7
@@
VirtMemDlgProc(HWND hwndDlg,
return TRUE;
case IDC_PAGEFILELIST:
- switch
HIWORD(wParam
)
+ switch
(HIWORD(wParam)
)
{
case LBN_SELCHANGE:
OnSelChange(hwndDlg, pVirtMem);