Browse Source

* Fix typo in uses clause

michael 7 năm trước cách đây
mục cha
commit
944ab9ae8e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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);