Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
pdf: add missing break statement
  • Loading branch information
monsta authored and raveit65 committed Jan 21, 2019
1 parent 70ba1fb commit 6457c82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/pdf/ev-poppler.cc
Expand Up @@ -701,6 +701,7 @@ pdf_document_get_info (EvDocument *document)
break;
case POPPLER_PAGE_LAYOUT_TWO_COLUMN_RIGHT:
info->layout = EV_DOCUMENT_LAYOUT_TWO_COLUMN_RIGHT;
break;
case POPPLER_PAGE_LAYOUT_TWO_PAGE_LEFT:
info->layout = EV_DOCUMENT_LAYOUT_TWO_PAGE_LEFT;
break;
Expand Down

0 comments on commit 6457c82

Please sign in to comment.