Fixed an identifier (cosmetic change)

git-svn-id: svn://svn.cc65.org/cc65/trunk@3346 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2005-01-05 21:04:35 +00:00
parent 2342052bc3
commit 802f259b37

View file

@ -40,7 +40,7 @@ __heapadd:
; The block is large enough. Set the size field in the block.
@L1: ldy #freeblock::size
@L1: ldy #usedblock::size
sta (ptr2),y
iny
txa