2002-08-05 09:33 UTC+0100 Dave Pearson <davep@davep.org>

* source/compiler/genc.c
    * Corrected misspelling of "Alpha".
This commit is contained in:
Dave Pearson
2002-08-05 08:35:50 +00:00
parent 800e193940
commit ff4a79114b
2 changed files with 6 additions and 2 deletions

View File

@@ -8,6 +8,10 @@
2002-12-01 23:12 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2002-08-05 09:33 UTC+0100 Dave Pearson <davep@davep.org>
* source/compiler/genc.c
* Corrected misspelling of "Alpha".
2002-08-03 22:50 UTC+0100 Tomaz Zupan <tomaz.zupan@orpo.si>
* contrib/odbc/odbc.c
contrib/odbc/todbc.prg

View File

@@ -77,7 +77,7 @@ void hb_compGenCCode( PHB_FNAME pFileName ) /* generates the C language ou
fflush( stdout );
}
fprintf( yyc, "/*\n * Harbour Compiler, Apha build %d.%d (%s)\n",
fprintf( yyc, "/*\n * Harbour Compiler, Alpha build %d.%d (%s)\n",
HB_VER_MINOR, HB_VER_REVISION, HB_VER_LEX );
fprintf( yyc, " * Generated C source code\n */\n\n" );
@@ -1990,4 +1990,4 @@ static void hb_compGenCCompact( PFUNCTION pFunc, FILE * yyc )
if( nChar != 0)
fprintf( yyc, "\n" );
}
}