1
0
mirror of https://github.com/cc65/cc65.git synced 2026-03-13 05:42:09 +00:00

Fixed param type qualifiers in several function definitions

git-svn-id: svn://svn.cc65.org/cc65/trunk@278 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2000-08-13 16:16:49 +00:00
parent c70c5197e1
commit 114acc4d79
13 changed files with 17 additions and 15 deletions

View File

@@ -26,7 +26,7 @@ static void out (struct outdesc* d, char* buf, unsigned count)
int vcprintf (char* format, va_list ap)
int vcprintf (const char* format, va_list ap)
{
struct outdesc d;