Explorar el Código

* break tgeneric10 again :)

git-svn-id: trunk@5341 -
micha hace 19 años
padre
commit
951eddfd85
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tests/test/tgeneric10.pp

+ 1 - 1
tests/test/tgeneric10.pp

@@ -17,7 +17,7 @@ begin
     halt(1);
 end;
 
-function CompareInt(const Item1, Item2: Integer): Integer;
+function CompareInt(Item1, Item2: Integer): Integer;
 begin
   Result := Item2 - Item1;
 end;