* Remove unnecessary writeln

git-svn-id: trunk@1947 -
This commit is contained in:
daniel 2005-12-13 21:53:54 +00:00
parent 178b756607
commit 61d288a7cc

View File

@ -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;