]> Nishi Git Mirror - gwion.git/commitdiff
:art: dim comma and semicolon
authorJérémie Astor <fennecdjay@gmail.com>
Sat, 1 May 2021 23:10:13 +0000 (01:10 +0200)
committerJérémie Astor <fennecdjay@gmail.com>
Sat, 1 May 2021 23:10:13 +0000 (01:10 +0200)
src/import/import_oper.c

index ab0214f567fb13fa23aca61ebc151c5f14322344..f5f8ab92f1573d54cba0e7947663a3157a9d8577 100644 (file)
@@ -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)