diff options
Diffstat (limited to 'compiler/renderer.nim')
-rw-r--r-- | compiler/renderer.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/renderer.nim b/compiler/renderer.nim index b897aff5d..a4152cf29 100644 --- a/compiler/renderer.nim +++ b/compiler/renderer.nim @@ -597,7 +597,7 @@ proc gcommaAux(g: var TSrcGen, n: PNode, ind: int, start: int = 0, gsub(g, n[i]) if c: if g.tokens.len > oldLen: - putWithSpace(g, separator, TokTypeToStr[separator]) + putWithSpace(g, separator, $separator) if hasCom(n[i]): gcoms(g) optNL(g, ind) |