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

Fixed wrong comment

git-svn-id: svn://svn.cc65.org/cc65/trunk@517 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2000-12-01 21:43:07 +00:00
parent e3022d904d
commit b0779f4a76

View File

@ -104,7 +104,7 @@ out:
; ----------------------------------------------------------------------------
; Callback routine used for the actual output.
; vfprintf - formatted output
;
; int vfprintf (FILE* f, const char* format, va_list ap)
; {