Skip to content

Commit

Permalink
fix SINGLEFILE_FLG type
Browse files Browse the repository at this point in the history
  • Loading branch information
boeckmann committed Aug 23, 2024
1 parent 15cca0f commit fd7dc13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drbio/config.equ
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
; ENDLOG

COMPRESSED_FLG equ 1
SINGEFILE_FLG equ 2
SINGLEFILE_FLG equ 2
DEBUG_FLG equ 4

BIO_SEG equ 70h ; BIO lives here
Expand Down

0 comments on commit fd7dc13

Please sign in to comment.