From 2bb0ada79740b0961fd06ffd477c41dfef531544 Mon Sep 17 00:00:00 2001 From: Clyybber Date: Thu, 12 Mar 2020 11:20:08 +0100 Subject: Amend fix for #13633 (#13636) --- compiler/extccomp.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/extccomp.nim') diff --git a/compiler/extccomp.nim b/compiler/extccomp.nim index dfc13edf5..2e1846424 100644 --- a/compiler/extccomp.nim +++ b/compiler/extccomp.nim @@ -1002,7 +1002,7 @@ proc writeJsonBuildInstructions*(conf: ConfigRef) = for i, it in clist: if CfileFlag.Cached in it.flags: continue let compileCmd = getCompileCFileCmd(conf, it) - if comma: lit ",\L"; comma = false + if comma: lit ",\L" else: comma = true lit "[" str it.cname.string lit ", " -- cgit 1.4.1-2-gfad0