summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2023-11-12 18:07:44 +0100
committerMoonchild <moonchild@palemoon.org>2023-11-12 18:07:44 +0100
commit9c75c8235e13e0f8309b11fa138253350bce0dd5 (patch)
tree8036ebc434967a0cde3de705a16faea54d117bfd
parentd854696ec9495a3fa00956599bcc7d25f6ae75cf (diff)
downloaduxp-9c75c8235e13e0f8309b11fa138253350bce0dd5.tar.gz
Issue #2343 - Fix typo
-rw-r--r--widget/cocoa/nsNativeThemeCocoa.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/widget/cocoa/nsNativeThemeCocoa.mm b/widget/cocoa/nsNativeThemeCocoa.mm
index e4e3492bff..882aaee742 100644
--- a/widget/cocoa/nsNativeThemeCocoa.mm
+++ b/widget/cocoa/nsNativeThemeCocoa.mm
@@ -3619,7 +3619,7 @@ nsNativeThemeCocoa::ThemeSupportsWidget(nsPresContext* aPresContext, nsIFrame* a
if (aFrame && aFrame->GetWritingMode().IsVertical()) {
return false;
}
- [[fallthrough]]
+ [[fallthrough]];
case NS_THEME_LISTBOX: