Merge branch 'master' of github.com:deater/dos33fsprogs

This commit is contained in:
Vince Weaver 2021-11-22 18:35:04 -05:00
commit ea74c4cde7
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ kerrek_alive_not_there:
kerrek_not_there:
lda KERREK_STATE
and #(~KERREK_ONSCREEN)
and #<(~KERREK_ONSCREEN)
sta KERREK_STATE
rts