From cddc4da3bb2439bef057a3b2217636d7edaf70cf Mon Sep 17 00:00:00 2001
From: Oliver Schmidt
Date: Sat, 8 Sep 2018 23:14:54 +0200
Subject: [PATCH] Just removed some trailing spaces.
---
libsrc/apple2/diocommon.s | 2 +-
libsrc/apple2/initcwd.s | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/libsrc/apple2/diocommon.s b/libsrc/apple2/diocommon.s
index 4e8d76147..92d274ea8 100644
--- a/libsrc/apple2/diocommon.s
+++ b/libsrc/apple2/diocommon.s
@@ -26,7 +26,7 @@ dioprolog:
diocommon:
; Call read_block or write_block
ldx #RW_BLOCK_COUNT
- jsr callmli
+ jsr callmli
dioepilog:
; Return success or error
diff --git a/libsrc/apple2/initcwd.s b/libsrc/apple2/initcwd.s
index 7af29c75e..7a12bc52a 100644
--- a/libsrc/apple2/initcwd.s
+++ b/libsrc/apple2/initcwd.s
@@ -37,5 +37,5 @@ initcwd:
; Add terminating zero
lda #$00
sta __cwd,x
-
+
done: rts
--
2.39.5