mirror of
https://github.com/emmanuel-marty/lzsa.git
synced 2024-11-25 10:30:45 +00:00
fix typos in original code
This commit is contained in:
parent
22e2f80ae7
commit
9f020b3605
@ -74,11 +74,11 @@ LZSA_NO_INLINE = 0
|
|||||||
!if LZSA_SMALL_SIZE {
|
!if LZSA_SMALL_SIZE {
|
||||||
LZSA_SHORT_CP = 1
|
LZSA_SHORT_CP = 1
|
||||||
} else {
|
} 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
|
; compressed data file, and that the next bank may need to
|
||||||
; paged in when a page-boundary is crossed.
|
; paged in when a page-boundary is crossed.
|
||||||
;
|
;
|
||||||
|
Loading…
Reference in New Issue
Block a user