diff options
Diffstat (limited to 'mailnews/compose/src/nsMsgSend.cpp')
-rw-r--r-- | mailnews/compose/src/nsMsgSend.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mailnews/compose/src/nsMsgSend.cpp b/mailnews/compose/src/nsMsgSend.cpp index 919d9bfc54..17a54286ea 100644 --- a/mailnews/compose/src/nsMsgSend.cpp +++ b/mailnews/compose/src/nsMsgSend.cpp @@ -174,7 +174,7 @@ static nsresult StripOutGroupNames(char * addresses) group = false; //end of the group, act like a recipient separator now... /* NO BREAK */ - MOZ_FALLTHROUGH; + [[fallthrough]]; case ',': if (!quoted) { |