Browse Source

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

git-svn-id: trunk@427 -
florian 20 years ago
parent
commit
ac544edd50
1 changed files with 2 additions and 2 deletions
  1. 2 2
      tests/webtbs/tw4010.pp

+ 2 - 2
tests/webtbs/tw4010.pp

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