summaryrefslogtreecommitdiff
path: root/plugins/KeyboardNotify
diff options
context:
space:
mode:
authorGoraf <goraf@miranda-ng.org>2015-09-20 10:17:30 +0000
committerGoraf <goraf@miranda-ng.org>2015-09-20 10:17:30 +0000
commit983e9b9debb6a0a023c90c45e122c37402525702 (patch)
tree65dadb49073299bbab7ca8a6979787d84d09805c /plugins/KeyboardNotify
parentfc71b493fff648a11d194a0803056ccd7469b6fd (diff)
"fallthrough" comments for Coverity
git-svn-id: http://svn.miranda-ng.org/main/trunk@15408 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/KeyboardNotify')
-rw-r--r--plugins/KeyboardNotify/src/options.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/KeyboardNotify/src/options.cpp b/plugins/KeyboardNotify/src/options.cpp
index 92b5476380..8cc3c3706b 100644
--- a/plugins/KeyboardNotify/src/options.cpp
+++ b/plugins/KeyboardNotify/src/options.cpp
@@ -1174,6 +1174,7 @@ INT_PTR CALLBACK DlgProcProcesses(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM
if (ProcessListAux.szFileName[i])
mir_tstrcpy(ProcessListAux.szFileName[i], szFileNameAux);
}
+ // fallthrough
case IDC_CANCELPGM:
EndDialog(hwndDlg, LOWORD(wParam));
@@ -1456,7 +1457,7 @@ INT_PTR CALLBACK DlgProcXstatusList(HWND hwndDlg, UINT msg, WPARAM wParam, LPARA
XstatusListAux[i].enabled[j] = !!(TreeView_GetItemState(hwndTree, hItem, TVIS_STATEIMAGEMASK)&INDEXTOSTATEIMAGEMASK(2));
}
}
- }
+ } // fallthrough
case IDC_CANCELXST:
EndDialog(hwndDlg, LOWORD(wParam));