From f5263de25f42552fce13944b23238676503d0e9d Mon Sep 17 00:00:00 2001 From: Robin Watts Date: Sun, 2 Oct 2016 13:23:30 -0400 Subject: Add ctx to fz_font functions. --- source/fitz/trace-device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/fitz/trace-device.c') diff --git a/source/fitz/trace-device.c b/source/fitz/trace-device.c index bcb68bf8..881d7567 100644 --- a/source/fitz/trace-device.c +++ b/source/fitz/trace-device.c @@ -39,7 +39,7 @@ static void fz_trace_text_span(fz_context *ctx, fz_output *out, fz_text_span *span) { int i; - fz_printf(ctx, out, "font), span->wmode); + fz_printf(ctx, out, "font), span->wmode); fz_printf(ctx, out, " trm=\"%g %g %g %g\">\n", span->trm.a, span->trm.b, span->trm.c, span->trm.d); for (i = 0; i < span->len; i++) { -- cgit v1.2.3