Skip to content

Commit

Permalink
MC-16959: remove omitted break
Browse files Browse the repository at this point in the history
  • Loading branch information
ffalkone committed Jul 26, 2019
1 parent 45adf5e commit 289537e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion library/Zend/Pdf/FileParser/Font/OpenType.php
Original file line number Diff line number Diff line change
Expand Up @@ -898,7 +898,6 @@ protected function _parseCmapTable()
if ($language != 0) {
$this->_debugLog('Type 0 cmap tables must be language-independent;'
. ' language: %d; skipping', $language);
break;
}
break;

Expand Down

0 comments on commit 289537e

Please sign in to comment.