diff --git a/vlib/v/gen/c/str.v b/vlib/v/gen/c/str.v index 1c4980c380a889..c3878b37815f01 100644 --- a/vlib/v/gen/c/str.v +++ b/vlib/v/gen/c/str.v @@ -216,7 +216,6 @@ fn (mut g Gen) gen_expr_to_string(expr ast.Expr, etype ast.Type) { } } g.expr_with_cast(expr, typ, typ) - g.write(')') } else if typ.has_flag(.option) { // only Option fn receive argument g.expr_with_cast(expr, typ, typ)