Skip to content

Commit afd7b11

Browse files
committed
update zx5
1 parent 2082ec2 commit afd7b11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/zx5.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ procedure unZX5(inputPointer, outputPointer: pointer); assembler; overload;
491491
asl @
492492
bne dzx5s_elias_skip
493493
jsr _GET_BYTE
494-
sec ; można usunąć jeśli dekompresja z pamięci a nie pliku
494+
// sec ; można usunąć jeśli dekompresja z pamięci a nie pliku
495495
rol @
496496
dzx5s_elias_skip
497497
bcc dzx5s_elias_backtrack

0 commit comments

Comments
 (0)