Jelajahi Sumber

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

git-svn-id: trunk@427 -
florian 20 tahun lalu
induk
melakukan
ac544edd50
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  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;