Skip to content

Commit f6e4805

Browse files
committed
FIX: typo in PNG codec extension code
1 parent 2aa6c68 commit f6e4805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mezz/codec-image-ext.reb

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ REBOL [
1010
]
1111

1212
if find codecs 'png [
13-
extend codecs/png 'size2? func ["Return PNG image size or none" bin [binary!]][
13+
extend codecs/png 'size? func ["Return PNG image size or none" bin [binary!]][
1414
if all [
1515
parse bin [
1616
#{89504E470D0A1A0A} ;- PNG magic number

0 commit comments

Comments
 (0)