* added missing "end." (fixup for r46904)

git-svn-id: trunk@46906 -
This commit is contained in:
Jonas Maebe 2020-09-20 12:43:49 +00:00
parent aa75d39ab5
commit 0904ea0c3f

View File

@ -18,3 +18,4 @@ begin
Writeln(HexStr(Value, 4));
v := swapendian(Value);
Writeln(HexStr(v, 4));
end.