mirror of
https://github.com/cc65/cc65.git
synced 2025-01-02 09:34:22 +00:00
Fixed indentation inside comment.
This commit is contained in:
parent
ceac9f87ba
commit
8ee93f7e5f
@ -100,7 +100,7 @@ read_loop:
|
|||||||
;
|
;
|
||||||
; It would be better if we could just write:
|
; It would be better if we could just write:
|
||||||
;
|
;
|
||||||
; cmp #'\n'
|
; cmp #'\n'
|
||||||
;
|
;
|
||||||
; Unfortunately, ca65 doesn't currently handle escape characters in character
|
; Unfortunately, ca65 doesn't currently handle escape characters in character
|
||||||
; constants. In the longer term, fixing that would be the preferred solution.
|
; constants. In the longer term, fixing that would be the preferred solution.
|
||||||
|
Loading…
Reference in New Issue
Block a user