Selaa lähdekoodia

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

git-svn-id: trunk@46906 -
Jonas Maebe 5 vuotta sitten
vanhempi
commit
0904ea0c3f
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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.