1
0
mirror of https://github.com/cc65/cc65.git synced 2024-11-19 06:31:31 +00:00

Fixed a copy&paste error in a comment.

git-svn-id: svn://svn.cc65.org/cc65/trunk@4098 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz 2009-08-31 16:48:45 +00:00
parent 7983009e06
commit 514775cbdf

View File

@ -667,7 +667,7 @@ static void OptVerbose (const char* Opt attribute ((unused)),
static void OptVersion (const char* Opt attribute ((unused)), static void OptVersion (const char* Opt attribute ((unused)),
const char* Arg attribute ((unused))) const char* Arg attribute ((unused)))
/* Print the assembler version */ /* Print the compiler version */
{ {
fprintf (stderr, fprintf (stderr,
"cc65 V%u.%u.%u\n", "cc65 V%u.%u.%u\n",