readme upd

This commit is contained in:
nihirash 2019-07-18 21:42:01 +03:00
parent a65520bc0d
commit d189ba03b7
2 changed files with 1 additions and 1 deletions

View File

@ -19,6 +19,7 @@ Current version supports:
* Rendering plain-text pages
* Downloading binary files to SD card
* Opening specified server(only by root path)
* Screen dumps viewing
## Legals

View File

@ -172,7 +172,6 @@ isImage:
jr z, checkImg
push hl
call pushRing
call putC
pop hl
inc hl
jr isImage