summaryrefslogtreecommitdiff
path: root/content/handlers/html/box.c
diff options
context:
space:
mode:
Diffstat (limited to 'content/handlers/html/box.c')
-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 {