mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 17:08:01 +02:00
* trailing white space removed
git-svn-id: trunk@13421 -
This commit is contained in:
parent
cc44257086
commit
02cec59ccf
@ -5,7 +5,7 @@ uses sysutils;
|
||||
var ps : pstring;
|
||||
|
||||
begin
|
||||
HaltOnNotReleased := true;
|
||||
HaltOnNotReleased := true;
|
||||
ps:=newstr('TEST');
|
||||
writeln(ps^);
|
||||
disposestr(ps);
|
||||
|
Loading…
Reference in New Issue
Block a user