Browse Source

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

git-svn-id: trunk@46906 -
Jonas Maebe 4 years ago
parent
commit
0904ea0c3f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tests/tbs/tb0676a.pp

+ 1 - 0
tests/tbs/tb0676a.pp

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