summaryrefslogtreecommitdiff
path: root/src/decomp/expr/access.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/decomp/expr/access.c')
-rw-r--r--src/decomp/expr/access.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decomp/expr/access.c b/src/decomp/expr/access.c
index 0af60c7..d7d354d 100644
--- a/src/decomp/expr/access.c
+++ b/src/decomp/expr/access.c
@@ -239,7 +239,7 @@ static GBufferLine *g_access_expression_print(const GAccessExpression *expr, GCo
result = g_dec_instruction_print(G_DEC_INSTRUCTION(expr->owner),
buffer, line, output);
- g_buffer_line_insert_text(result, BLC_ASSEMBLY_HEAD, ".", 3, RTT_PUNCT);
+ g_buffer_line_append_text(result, BLC_ASSEMBLY_HEAD, ".", 3, RTT_PUNCT, NULL);
result = g_dec_instruction_print(G_DEC_INSTRUCTION(expr->target),
buffer, result, output);