From: Oliver Schmidt
Date: Sat, 8 Sep 2018 21:14:54 +0000 (+0200)
Subject: Just removed some trailing spaces.
X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=cddc4da3bb2439bef057a3b2217636d7edaf70cf;p=cc65
Just removed some trailing spaces.
---
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