]> git.sur5r.net Git - cc65/blobdiff - libsrc/vic20/mainargs.s
Remove trailings spaces from CBM-related asm files
[cc65] / libsrc / vic20 / mainargs.s
index b24745c084bacccad6aa0261c4a961095980fa11..84e256615af31864040fd07aecb8dcc5da787b8f 100644 (file)
@@ -102,7 +102,7 @@ argloop:lda     BASIC_BUF,x
         inx
         cmp     term
         bne     argloop
-                          
+
 ; We've found the end of the argument. X points one character behind it, and
 ; A contains the terminating character. To make the argument a valid C string,
 ; replace the terminating character by a zero.