aboutsummaryrefslogtreecommitdiff
path: root/src/debugger.c
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.me.uk>2018-10-20 10:09:38 +0200
committerThomas White <taw@bitwiz.me.uk>2018-10-20 10:09:38 +0200
commit73433f7ee0ca0d86edacbe8544e95911a9856ddd (patch)
tree240a195985a40e8bc7b92acf88d0428ec9635c3f /src/debugger.c
parentae183124e9317f3d183da746b93d75909c7b89b5 (diff)
Remove legacy API cruft
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);
}