mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-07 04:26:05 +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);
|
error(ppcbin+' can''t be executed, error message: '+e.message);
|
||||||
end;
|
end;
|
||||||
if errorvalue<>0 then
|
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);
|
halt(errorvalue);
|
||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$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
|
* truncate log
|
||||||
|
|
||||||
Revision 1.18 2005/01/14 21:04:44 armin
|
Revision 1.18 2005/01/14 21:04:44 armin
|
||||||
|
Loading…
Reference in New Issue
Block a user