Explorar o código

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

git-svn-id: trunk@46906 -
Jonas Maebe %!s(int64=5) %!d(string=hai) anos
pai
achega
0904ea0c3f
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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.