Forráskód Böngészése

* typo in set_source_info

armin 21 éve
szülő
commit
04e5a78e49
1 módosított fájl, 5 hozzáadás és 2 törlés
  1. 5 2
      compiler/systems/i_nwm.pas

+ 5 - 2
compiler/systems/i_nwm.pas

@@ -96,13 +96,16 @@ unit i_nwm;
 initialization
 {$ifdef CPU86}
   {$ifdef netware}
-    set_source_info(target_i386_netware_info);
+    set_source_info(system_i386_netware_info);
   {$endif netware}
 {$endif CPU86}
 end.
 {
   $Log$
-  Revision 1.4  2004-06-20 08:55:32  florian
+  Revision 1.5  2004-07-30 19:22:14  armin
+  * typo in set_source_info
+
+  Revision 1.4  2004/06/20 08:55:32  florian
     * logs truncated
 
 }