Przeglądaj źródła

* Fix typo in uses clause

michael 7 lat temu
rodzic
commit
944ab9ae8e
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      fpmake.pp

+ 1 - 1
fpmake.pp

@@ -1,7 +1,7 @@
 {$mode objfpc}{$H+}
 program fpmake;
 
-uses {$ifdef unix}cthreads{$endif},sysutils,fpmkunit;
+uses {$ifdef unix}cthreads,{$endif} sysutils, fpmkunit;
 
 Procedure CreateConfigFile(CfgFile,BaseDir : String);