Skip to content

Commit 0c9f7db

Browse files
committed
Fix compiler warning (-Wimplicit-fallthrough)
Signed-off-by: Stefan Weil <[email protected]>
1 parent d91c316 commit 0c9f7db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ccmain/pageiterator.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ bool PageIterator::BoundingBoxInternal(PageIteratorLevel level,
277277
break;
278278
case RIL_PARA:
279279
para = it_->row()->row->para();
280-
// explicit fall-through.
280+
// Fall through.
281281
case RIL_TEXTLINE:
282282
box = it_->row()->row->restricted_bounding_box(include_upper_dots_,
283283
include_lower_dots_);

0 commit comments

Comments
 (0)