Browse Source

nadd.pas, taddnode.create_internal:
* Fix formatting of parameters

git-svn-id: trunk@25070 -

svenbarth 12 years ago
parent
commit
6b34c84704
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/nadd.pas

+ 1 - 1
compiler/nadd.pas

@@ -154,7 +154,7 @@ implementation
       end;
 
 
-    constructor taddnode.create_internal(tt: tnodetype; l, r: tnode);
+    constructor taddnode.create_internal(tt:tnodetype;l,r:tnode);
       begin
         create(tt,l,r);
         include(flags,nf_internal);