소스 검색

* fixed printing of nodedata to the screen

git-svn-id: trunk@35477 -
Jonas Maebe 8 년 전
부모
커밋
b5fb9beec9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;