]> git.sur5r.net Git - cc65/blobdiff - libsrc/plus4/kclose.s
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / libsrc / plus4 / kclose.s
index eb15bbf956d9026ad7c184431c3c9006325636d5..8f8d07f7a751efdb73247d33debd220c4c0c8d80 100644 (file)
@@ -12,7 +12,7 @@
 
 .proc   CLOSE
         sta     ENABLE_ROM              ; Enable the ROM
-       clc                             ; Force C64 compatible behaviour
+        clc                             ; Force C64 compatible behaviour
         jsr     $FFC3                   ; Call the ROM routine
         sta     ENABLE_RAM              ; Switch back to RAM
         rts                             ; Return to caller