1
0
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:
Sidney Cadot 2024-12-18 09:04:20 +01:00
parent ceac9f87ba
commit 8ee93f7e5f

View File

@ -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.