summaryrefslogtreecommitdiff
path: root/plugins/SMS/src
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/SMS/src
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/SMS/src')
-rw-r--r--plugins/SMS/src/recvdlg.cpp2
1 files changed, 1 insertions, 1 deletions
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;