Jelajahi Sumber

* Fix typo in uses clause

michael 7 tahun lalu
induk
melakukan
944ab9ae8e
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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);