Just removed some trailing spaces.
This commit is contained in:
parent
73faf60fe0
commit
cddc4da3bb
2 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@ dioprolog:
|
||||||
diocommon:
|
diocommon:
|
||||||
; Call read_block or write_block
|
; Call read_block or write_block
|
||||||
ldx #RW_BLOCK_COUNT
|
ldx #RW_BLOCK_COUNT
|
||||||
jsr callmli
|
jsr callmli
|
||||||
|
|
||||||
dioepilog:
|
dioepilog:
|
||||||
; Return success or error
|
; Return success or error
|
||||||
|
|
|
@ -37,5 +37,5 @@ initcwd:
|
||||||
; Add terminating zero
|
; Add terminating zero
|
||||||
lda #$00
|
lda #$00
|
||||||
sta __cwd,x
|
sta __cwd,x
|
||||||
|
|
||||||
done: rts
|
done: rts
|
||||||
|
|
Loading…
Add table
Reference in a new issue