Bladeren bron

fixed typo in previous commit

git-svn-id: trunk@36614 -
Károly Balogh 8 jaren geleden
bovenliggende
commit
4001435454
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      tests/test/cg/tcalcst6.pp

+ 1 - 1
tests/test/cg/tcalcst6.pp

@@ -30,7 +30,7 @@ program tcalcst6;
 
 { On linux/i386 and linux/x86-64 safecall is the same as cdecl, so it does not }
 { support all parameter types.                                                 }
-{$if ((defined(linux) or defined(android)) and (defined(cpui386) or defined(cpux86_64) or defined(cpum68k))}
+{$if ((defined(linux) or defined(android)) and (defined(cpui386) or defined(cpux86_64) or defined(cpum68k)))}
   {$define safecall_is_cdecl}
 {$endif}