mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-10 04:49:07 +02:00
* Remove unnecessary writeln
git-svn-id: trunk@1947 -
This commit is contained in:
parent
178b756607
commit
61d288a7cc
@ -88,7 +88,6 @@ begin
|
||||
halt(result_chmod_error);
|
||||
if fpchmod(vcsa,ttystat.mode)<>0 then
|
||||
halt(result_chmod_error);
|
||||
writeln(vcsa);
|
||||
exitcode:=result_success;
|
||||
end;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user