aboutsummaryrefslogtreecommitdiff
path: root/src/debugger.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/debugger.c')
-rw-r--r--src/debugger.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/debugger.c b/src/debugger.c
index c8cab67..12ef9d8 100644
--- a/src/debugger.c
+++ b/src/debugger.c
@@ -118,7 +118,8 @@ static void debug_text_para(Paragraph *para, cairo_t *cr, double *ypos,
}
}
- snprintf(tmp, 255, "Newline at end: %p", get_newline_at_end(para));
+ snprintf(tmp, 255, "Newline at end: %p",
+ para_debug_get_newline_at_end(para));
plot_text(cr, ypos, fontdesc, tmp);
}