Skip to content

Commit

Permalink
Amend fix for nim-lang#13633
Browse files Browse the repository at this point in the history
  • Loading branch information
Clyybber committed Mar 12, 2020
1 parent d84c4bb commit 225c460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/extccomp.nim
Original file line number Diff line number Diff line change
Expand Up @@ -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 ", "
Expand Down

0 comments on commit 225c460

Please sign in to comment.