Browse Source

* missing ;

peter 22 years ago
parent
commit
0d5e3db555
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/webtbs/tw2442.pp

+ 1 - 1
tests/webtbs/tw2442.pp

@@ -26,7 +26,7 @@ PROCEDURE anObject.A( c : cardinal );
 
 
         PROCEDURE B;
         PROCEDURE B;
         BEGIN
         BEGIN
-                WriteLn('B called (cardinal)')
+                WriteLn('B called (cardinal)');
         writeln('error!');
         writeln('error!');
         halt(1);
         halt(1);
         END
         END