Skip to content

Commit 6457c82

Browse files
monstaraveit65
authored and
raveit65
committed
pdf: add missing break statement
1 parent 70ba1fb commit 6457c82

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backend/pdf/ev-poppler.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -701,6 +701,7 @@ pdf_document_get_info (EvDocument *document)
701701
break;
702702
case POPPLER_PAGE_LAYOUT_TWO_COLUMN_RIGHT:
703703
info->layout = EV_DOCUMENT_LAYOUT_TWO_COLUMN_RIGHT;
704+
break;
704705
case POPPLER_PAGE_LAYOUT_TWO_PAGE_LEFT:
705706
info->layout = EV_DOCUMENT_LAYOUT_TWO_PAGE_LEFT;
706707
break;

0 commit comments

Comments
 (0)