summaryrefslogtreecommitdiff
path: root/mailnews/db/msgdb/src/nsMsgHdr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mailnews/db/msgdb/src/nsMsgHdr.cpp')
-rw-r--r--mailnews/db/msgdb/src/nsMsgHdr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mailnews/db/msgdb/src/nsMsgHdr.cpp b/mailnews/db/msgdb/src/nsMsgHdr.cpp
index 7c5cf57097..2ff1cce192 100644
--- a/mailnews/db/msgdb/src/nsMsgHdr.cpp
+++ b/mailnews/db/msgdb/src/nsMsgHdr.cpp
@@ -769,7 +769,7 @@ const char *nsMsgHdr::GetNextReference(const char *startNextRef,
// intentional fallthrough so whitespaceEndedAt will definitely have
// a non-NULL value, just in case the message-id is not valid (no '>')
// and the old-school support is desired.
- MOZ_FALLTHROUGH;
+ [[fallthrough]];
default:
if (!whitespaceEndedAt)
whitespaceEndedAt = ptr;