fix typos in original code

This commit is contained in:
Peter Ferrie 2020-01-07 17:02:43 -08:00
parent 22e2f80ae7
commit 9f020b3605

View File

@ -74,11 +74,11 @@ LZSA_NO_INLINE = 0
!if LZSA_SMALL_SIZE {
LZSA_SHORT_CP = 1
} else {
LZSA_SHORT_CP = 1
LZSA_SHORT_CP = 0
}
;
; Assume that we're decompessing from a large multi-bank
; Assume that we're decompressing from a large multi-bank
; compressed data file, and that the next bank may need to
; paged in when a page-boundary is crossed.
;