aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/render.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/render.c b/src/render.c
index f87c5b9..b84b11e 100644
--- a/src/render.c
+++ b/src/render.c
@@ -267,8 +267,8 @@ cairo_surface_t *render_sc(SCBlock *scblocks, int w, int h,
pc = pango_cairo_create_context(cr);
cairo_scale(cr, w/log_w, h/log_h);
top = render_sc_with_context(scblocks, cr, log_w, log_h,
- stylesheets, cbl, is, isz,slide_number,
- lang, pc);
+ stylesheets, cbl, is, isz,slide_number,
+ lang, pc);
g_object_unref(pc);
cairo_destroy(cr);