Skip to content

Commit f163c9c

Browse files
committed
Merge remote-tracking branch 'patch/patch-1' into fix-switch-case-syntax
2 parents b6e9fcb + 76f8c13 commit f163c9c

File tree

1 file changed

+1
-1
lines changed
  • library/Zend/Pdf/Resource/Image

1 file changed

+1
-1
lines changed

library/Zend/Pdf/Resource/Image/Png.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ public function __construct($imageFileName)
190190
fseek($imageFile, 4, SEEK_CUR); //4 Byte Ending Sequence
191191
break;
192192

193-
case 'IEND';
193+
case 'IEND':
194194
break 2; //End the loop too
195195

196196
default:

0 commit comments

Comments
 (0)