mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 11:48:34 +02:00
* typo fixed
This commit is contained in:
parent
961bcf35ed
commit
fd8927391f
@ -203,12 +203,15 @@ program fpc;
|
||||
error(ppcbin+' can''t be executed, error message: '+e.message);
|
||||
end;
|
||||
if errorvalue<>0 then
|
||||
error(ppcbin+' returned an error exitcode (normal if you did not specifiy a source file to be compiled)');
|
||||
error(ppcbin+' returned an error exitcode (normal if you did not specify a source file to be compiled)');
|
||||
halt(errorvalue);
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.19 2005-02-14 17:13:10 peter
|
||||
Revision 1.20 2005-05-08 19:56:59 marco
|
||||
* typo fixed
|
||||
|
||||
Revision 1.19 2005/02/14 17:13:10 peter
|
||||
* truncate log
|
||||
|
||||
Revision 1.18 2005/01/14 21:04:44 armin
|
||||
|
Loading…
Reference in New Issue
Block a user