summaryrefslogtreecommitdiff
path: root/content/handlers/html
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2018-09-07 12:53:51 +0100
committerVincent Sanders <vince@kyllikki.org>2018-09-07 12:53:51 +0100
commite4537cb37ed5b075c62723c9a49348c76eeb3d5c (patch)
tree8b195d9b112bb4613c3c52e3f83b25e6eb6152f4 /content/handlers/html
parentbd8991c2f6546d42008ade8dd4db133a120c44db (diff)
downloadnetsurf-e4537cb37ed5b075c62723c9a49348c76eeb3d5c.tar.gz
netsurf-e4537cb37ed5b075c62723c9a49348c76eeb3d5c.tar.bz2
allow comments to supress implicit fallthrough warnings
Diffstat (limited to 'content/handlers/html')
-rw-r--r--content/handlers/html/box.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/handlers/html/box.c b/content/handlers/html/box.c
index 52cf12413..d9e649558 100644
--- a/content/handlers/html/box.c
+++ b/content/handlers/html/box.c
@@ -505,7 +505,7 @@ static inline struct box *box_move_xy(struct box *b, enum box_walk_dir dir,
rb = b;
break;
}
- /* Fall through */
+ /* fall through */
case BOX_WALK_NEXT_SIBLING:
do {