]> git.sur5r.net Git - cc65/blobdiff - libsrc/apple2/initcwd.s
Just removed some trailing spaces.
[cc65] / libsrc / apple2 / initcwd.s
index 7af29c75e78c2ac7902dffdd0045a87bd3734bc7..7a12bc52a267fb9034d2feda52a0f5df377b8fab 100644 (file)
@@ -37,5 +37,5 @@ initcwd:
         ; Add terminating zero
         lda     #$00
         sta     __cwd,x
-        
+
 done:   rts