* Fix typo in uses clause

This commit is contained in:
michael 2018-06-08 12:39:31 +00:00
parent f76a76e2e3
commit 944ab9ae8e

View File

@ -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);