1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-07 23:29:39 +00:00

Fixed a typo.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5081 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz 2011-07-10 15:00:37 +00:00
parent ca9d802d1e
commit f36f6922f2

View File

@ -41,7 +41,7 @@ Text := ptr3
jsr _strlen
jsr umul8x16r16
ldy _tgi_textscalew+2 ; Get rounded scale factor
sta ptr1
sty ptr1
jmp umul8x16r16
; Return the width of the string for the vector font. To save some code, we