]> git.sur5r.net Git - cc65/commitdiff
Just removed some trailing spaces.
authorOliver Schmidt <ol.sc@web.de>
Sat, 8 Sep 2018 21:14:54 +0000 (23:14 +0200)
committerOliver Schmidt <ol.sc@web.de>
Sat, 8 Sep 2018 21:14:54 +0000 (23:14 +0200)
libsrc/apple2/diocommon.s
libsrc/apple2/initcwd.s

index 4e8d7614709a3ce544def2e18325d3f51fcd6cd7..92d274ea80535b71b2c2384eb8dbf96ff73602a8 100644 (file)
@@ -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
index 7af29c75e78c2ac7902dffdd0045a87bd3734bc7..7a12bc52a267fb9034d2feda52a0f5df377b8fab 100644 (file)
@@ -37,5 +37,5 @@ initcwd:
         ; Add terminating zero
         lda     #$00
         sta     __cwd,x
-        
+
 done:   rts