From 983e9b9debb6a0a023c90c45e122c37402525702 Mon Sep 17 00:00:00 2001 From: Goraf Date: Sun, 20 Sep 2015 10:17:30 +0000 Subject: "fallthrough" comments for Coverity git-svn-id: http://svn.miranda-ng.org/main/trunk@15408 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/SMS/src/recvdlg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/SMS/src') diff --git a/plugins/SMS/src/recvdlg.cpp b/plugins/SMS/src/recvdlg.cpp index af6cb3ae07..bfd3dd5968 100644 --- a/plugins/SMS/src/recvdlg.cpp +++ b/plugins/SMS/src/recvdlg.cpp @@ -138,7 +138,7 @@ INT_PTR CALLBACK RecvSmsDlgProc(HWND hWndDlg, UINT message, WPARAM wParam, LPARA hwndSendSms = SendSMSWindowAdd(prswdWindowData->hContact); SetDlgItemText(hwndSendSms, IDC_ADDRESS, wszPhone); } - } + } // fallthrough case IDCANCEL: RecvSMSWindowRemove(hWndDlg); break; -- cgit v1.2.3