fix(arc): typo that generates invalid syntax (#163)
This commit is contained in:
parent
139f9ce55c
commit
cbfcce1dd6
@ -1410,7 +1410,7 @@ auto source::dump_expr_getdvarint(expr_getdvarint const& exp) -> void
|
||||
|
||||
auto source::dump_expr_getdvarfloat(expr_getdvarfloat const& exp) -> void
|
||||
{
|
||||
fmt::format_to(std::back_inserter(buf_), "getdvarflaot( ");
|
||||
fmt::format_to(std::back_inserter(buf_), "getdvarfloat( ");
|
||||
dump_expr(*exp.arg);
|
||||
fmt::format_to(std::back_inserter(buf_), " )");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user