Procházet zdrojové kódy

* fixed printing of nodedata to the screen

git-svn-id: trunk@35477 -
Jonas Maebe před 8 roky
rodič
revize
b5fb9beec9
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      compiler/nbas.pas

+ 1 - 1
compiler/nbas.pas

@@ -1230,7 +1230,7 @@ implementation
             write(f);
             notfirst:=true;
           end;
-        writeln('])');
+        writeln(t,'])');
       end;