Browse Source

* Fix typo in uses clause

michael 7 years ago
parent
commit
944ab9ae8e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      fpmake.pp

+ 1 - 1
fpmake.pp

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