mirror of
https://github.com/cc65/cc65.git
synced 2024-12-21 05:29:52 +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:
|
||||
;
|
||||
; cmp #'\n'
|
||||
; cmp #'\n'
|
||||
;
|
||||
; Unfortunately, ca65 doesn't currently handle escape characters in character
|
||||
; constants. In the longer term, fixing that would be the preferred solution.
|
||||
|
Loading…
Reference in New Issue
Block a user