From 381df54b58ac0be237a98d18eda5eb1d14d1fa0b Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Sun, 2 May 2021 01:10:13 +0200 Subject: [PATCH] :art: dim comma and semicolon --- src/import/import_oper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/import/import_oper.c b/src/import/import_oper.c index ab0214f5..f5f8ab92 100644 --- a/src/import/import_oper.c +++ b/src/import/import_oper.c @@ -84,7 +84,7 @@ ANN m_int gwi_oper_end(const Gwi gwi, const m_str op, const f_instr f) { lint_lparen(gwi->lint); if(gwi->oper->lhs && gwi->oper->rhs) { lint(gwi->lint, "{+}%s{0}", gwi->oper->lhs != (m_str)1 ? gwi->oper->lhs : "@Any"); - lint(gwi->lint, ","); + lint_comma(gwi->lint); lint_space(gwi->lint); } if(gwi->oper->rhs) -- 2.43.0