From 156e56230c1819245c0d9165629f8077b6417167 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 8 May 2018 20:23:43 +0200 Subject: code cleaning (using new MS coding style) --- protocols/MSN/src/msn_chat.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'protocols/MSN/src/msn_chat.cpp') diff --git a/protocols/MSN/src/msn_chat.cpp b/protocols/MSN/src/msn_chat.cpp index 681a931702..140bb2fdf6 100644 --- a/protocols/MSN/src/msn_chat.cpp +++ b/protocols/MSN/src/msn_chat.cpp @@ -209,7 +209,8 @@ void CMsnProto::MSN_GCProcessThreadActivity(ezxml_t xmli, const wchar_t *mChatID switch (gce.iType) { case GC_EVENT_JOIN: gce.ptszStatus = MSN_GCGetRole(MSN_GetThreadByChatId(mChatID), target->txt); - // ..fall through.. // + __fallthrough; + case GC_EVENT_KICK: case GC_EVENT_PART: pszTarget = target->txt; -- cgit v1.2.3