diff options
Diffstat (limited to 'plugins/TabSRMM/src/msgoptions.cpp')
-rw-r--r-- | plugins/TabSRMM/src/msgoptions.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/TabSRMM/src/msgoptions.cpp b/plugins/TabSRMM/src/msgoptions.cpp index 1fcdddafe8..14662c09fc 100644 --- a/plugins/TabSRMM/src/msgoptions.cpp +++ b/plugins/TabSRMM/src/msgoptions.cpp @@ -960,9 +960,9 @@ static INT_PTR CALLBACK DlgProcTypeOptions(HWND hwndDlg, UINT msg, WPARAM wParam break;
case WM_NOTIFY:
- switch (((NMHDR *) lParam)->idFrom) {
+ switch (((NMHDR*) lParam)->idFrom) {
case IDC_CLIST:
- switch (((NMHDR *) lParam)->code) {
+ switch (((NMHDR*) lParam)->code) {
case CLN_OPTIONSCHANGED:
ResetCList(hwndDlg);
break;
|