libimg: fixed typo in pcx.asm

git-svn-id: svn://kolibrios.org@1580 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Evgeny Grechnikov (Diamond) 2010-08-23 20:45:03 +00:00
parent 31116bcdb7
commit 5a26b0c156

View File

@ -42,7 +42,7 @@ proc img.is.pcx _data, _length ;////////////////////////////////////////////////
jne .is_not_pcx
cmp [edi+pcx_header.encoding], 1
jne .is_not_pcx
cmp [esi+pcx_header.reserved], 0
cmp [edi+pcx_header.reserved], 0
jne .is_not_pcx
add edi, pcx_header.filler