* trailing white space removed

git-svn-id: trunk@13421 -
This commit is contained in:
florian 2009-07-22 16:56:05 +00:00
parent cc44257086
commit 02cec59ccf

View File

@ -5,7 +5,7 @@ uses sysutils;
var ps : pstring;
begin
HaltOnNotReleased := true;
HaltOnNotReleased := true;
ps:=newstr('TEST');
writeln(ps^);
disposestr(ps);