diff options
author | Goraf <goraf@miranda-ng.org> | 2015-09-20 10:17:30 +0000 |
---|---|---|
committer | Goraf <goraf@miranda-ng.org> | 2015-09-20 10:17:30 +0000 |
commit | 983e9b9debb6a0a023c90c45e122c37402525702 (patch) | |
tree | 65dadb49073299bbab7ca8a6979787d84d09805c /protocols/MRA/src | |
parent | fc71b493fff648a11d194a0803056ccd7469b6fd (diff) |
"fallthrough" comments for Coverity
git-svn-id: http://svn.miranda-ng.org/main/trunk@15408 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/MRA/src')
-rw-r--r-- | protocols/MRA/src/Mra_functions.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/MRA/src/Mra_functions.cpp b/protocols/MRA/src/Mra_functions.cpp index 2031f3ad84..23b3abe993 100644 --- a/protocols/MRA/src/Mra_functions.cpp +++ b/protocols/MRA/src/Mra_functions.cpp @@ -1162,7 +1162,7 @@ INT_PTR CALLBACK SendReplyBlogStatusDlgProc(HWND hWndDlg, UINT message, WPARAM w dwBlogStatusID = 0;
}
dat->ppro->MraChangeUserBlogStatus(dwFlags, szBuff, dwBlogStatusID);
- }
+ } // fallthrough
case IDCANCEL:
DestroyWindow(hWndDlg);
break;
|