Răsfoiți Sursa

- unnecessary check in taddrnode.pass_1 removed, fixes bug #4010

git-svn-id: trunk@427 -
florian 20 ani în urmă
părinte
comite
ac544edd50
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      tests/webtbs/tw4010.pp

+ 2 - 2
tests/webtbs/tw4010.pp

@@ -2,12 +2,12 @@
 { Submitted by "Adrian" on  2005-05-23 }
 { e-mail: [email protected] }
 
-{ $mode objfpc}
+{$mode objfpc}
 program Bug;
 
 type
   TDynamicByteArray = array of byte;
-  
+
 function MaxByte(const ar: array of byte): Integer;
 var
   i: Integer;