comment fixes

git-svn-id: svn://svn.cc65.org/cc65/trunk@1721 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cpg
2002-12-06 00:24:35 +00:00
parent 3cd25599c5
commit 1c29bd3663
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
;
; Christian Groessler, Apr-2000
;
; int read(int fd,void *buf,int count)
; int __fastcall__ read(int fd,void *buf,int count)
;
.include "atari.inc"