ソースを参照

* Fix typo in uses clause

michael 7 年 前
コミット
944ab9ae8e
1 ファイル変更1 行追加1 行削除
  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);