Browse Source

* fixed typo

peter 25 years ago
parent
commit
0a5399c03e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/tbs/tbs0353.pp

+ 1 - 1
tests/tbs/tbs0353.pp

@@ -12,7 +12,7 @@ begin
     I:=I*2;
     If I/k*100>100 then
       begin
-        Writeln('Error')
+        Writeln('Error');
         err:=true;
       end
     else