remove extra spaces

This commit is contained in:
mrdudz
2022-08-28 22:37:33 +02:00
parent 54aff47513
commit df4b6f9d14
31 changed files with 51 additions and 51 deletions

View File

@@ -66,7 +66,7 @@
jsr CHKIN
bcc @L3 ; Branch if ok
jmp ___mappederrno ; Store into ___oserror, map to errno, return -1
jmp ___mappederrno ; Store into ___oserror, map to errno, return -1
; Read the next byte
@@ -141,7 +141,7 @@ devnotpresent:
invalidfd:
lda #EBADF
jmp ___directerrno ; Sets _errno, clears __oserror, returns -1
jmp ___directerrno ; Sets _errno, clears __oserror, returns -1
.endproc