1
0
mirror of https://github.com/cc65/cc65.git synced 2025-01-13 09:31:53 +00:00

Fixed a bug

git-svn-id: svn://svn.cc65.org/cc65/trunk@3041 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2004-05-14 14:33:43 +00:00
parent a2ac5ec13c
commit b61b5f3ec5

View File

@ -31,7 +31,7 @@
; c must be in char range
tax
txa
bne error
; Check if the file is open
@ -68,4 +68,4 @@ error: lda #EINVAL
rts
.endproc