Browse Source

* conditionnal code was wrong

pierre 26 years ago
parent
commit
951303d680
1 changed files with 2 additions and 1 deletions
  1. 2 1
      ide/text/fpredir.pas

+ 2 - 1
ide/text/fpredir.pas

@@ -327,7 +327,7 @@ begin
 {$endif FPC}
 {$endif FPC}
 end;
 end;
 
 
-{$endif in_dos}
+{$else in_dos}
 
 
 
 
 {*****************************************************************************
 {*****************************************************************************
@@ -362,6 +362,7 @@ procedure InitRedir;
 begin
 begin
 end;
 end;
 
 
+{$endif in_dos}
 
 
 {*****************************************************************************
 {*****************************************************************************
                                   Initialize
                                   Initialize