No copyright message here.

This commit is contained in:
Oliver Schmidt
2013-04-07 22:14:16 +02:00
parent 54299fae5a
commit 29c522fc5a
4 changed files with 3 additions and 12 deletions

View File

@@ -225,11 +225,11 @@ static void PrintPageHeader (FILE* F, const ListLine* L)
/* Print the header on the new page */
fprintf (F,
"ca65 V%s - %s\n"
"ca65 V%s\n"
"Main file : %s\n"
"Current file: %.*s\n"
"\n",
GetVersionAsString (), Copyright,
GetVersionAsString (),
InFile,
(int) SB_GetLen (CurFile), SB_GetConstBuf (CurFile));