1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-22 17:29:34 +00:00

add missing newline to a bunch of files

This commit is contained in:
mrdudz 2022-04-16 19:51:48 +02:00
parent fd6662bb64
commit 8cacfa70d5
30 changed files with 41 additions and 41 deletions

View File

@ -17,4 +17,3 @@ _CRC:
lda r2L lda r2L
ldx r2H ldx r2H
rts rts

View File

@ -173,6 +173,7 @@ ScrTabHi:
.byte >(ScrBase + ScrFirstChar + I * ScrollDist) .byte >(ScrBase + ScrFirstChar + I * ScrollDist)
.endrep .endrep
.code .code
osi_cputfuncs ScrBase, ScrFirstChar, ScrWidth, ScrHeight, \ osi_cputfuncs ScrBase, ScrFirstChar, ScrWidth, ScrHeight, \