1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-30 01:29:37 +00:00

Fixed a typo

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

View File

@ -1,5 +1,5 @@
;
; int vprintf (FILE* f, const char* Format, va_list ap);
; int vfprintf (FILE* f, const char* Format, va_list ap);
;
; Ullrich von Bassewitz, 1.12.2000
;