mirror of https://gitlab.com/basile.b/dexed.git
fix missing semicolon
This commit is contained in:
parent
0679140ef9
commit
2ce12e60d7
|
@ -847,7 +847,7 @@ begin
|
|||
d := fCompilerSelector.transtlateGlobal();
|
||||
case CEProjectCompiler of
|
||||
dmd, ldmd, gdmd : s := '-o-';
|
||||
gdc : s := '-fsyntax-only'
|
||||
gdc : s := '-fsyntax-only';
|
||||
ldc : s := '--o-';
|
||||
user1, user2 :
|
||||
begin
|
||||
|
|
Loading…
Reference in New Issue