summaryrefslogtreecommitdiff
path: root/src/decomp/expr/arithm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/decomp/expr/arithm.c')
-rw-r--r--src/decomp/expr/arithm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decomp/expr/arithm.c b/src/decomp/expr/arithm.c
index f14086d..7314dde 100644
--- a/src/decomp/expr/arithm.c
+++ b/src/decomp/expr/arithm.c
@@ -276,7 +276,7 @@ static GBufferLine *g_arithm_expression_print(const GArithmExpression *expr, GCo
break;
}
- g_buffer_line_insert_text(result, BLC_ASSEMBLY_HEAD, sign, 3, RTT_SIGNS);
+ g_buffer_line_append_text(result, BLC_ASSEMBLY_HEAD, sign, 3, RTT_SIGNS, NULL);
result = g_dec_instruction_print(G_DEC_INSTRUCTION(expr->op2),
buffer, result, output);