Skip to content

Commit 6384bc1

Browse files
committed
FIX: typo in ico's identify function
1 parent a7adc4e commit 6384bc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mezz/codec-ico.reb

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,6 @@ register-codec [
8888
]
8989

9090
identify: function [data [binary!]][
91-
parse b [#{0000} [#{0100} | #{0200}] to end] ;.ico or .cur
91+
parse data [#{0000} [#{0100} | #{0200}] to end] ;.ico or .cur
9292
]
9393
]

0 commit comments

Comments
 (0)