Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix indentation
  • Loading branch information
leo-ard committed Mar 16, 2026
commit 1b7d8f6ecc6f781c2836c9f7b6769a7257a02992
12 changes: 6 additions & 6 deletions src/rsc.scm
Original file line number Diff line number Diff line change
Expand Up @@ -3827,13 +3827,13 @@
encoding-size
(lzss-variable-cost encoding-size tag))))

(add-variables! host-config tag)
(add-variables! host-config tag)

(encode
encoded-stream
'()
tag
(list tag 0))))
(encode
encoded-stream
'()
tag
(list tag 0))))


;; Inspired from the section 2.6.4 of https://ir.canterbury.ac.nz/bitstream/handle/10092/8411/bell_thesis.pdf?sequence=1&isAllowed=y
Expand Down