From 8d68dec4b460ac292ce0021717160a8cd9fcc8dd Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Fri, 9 Jul 2010 02:47:51 +0200 Subject: Rearrange and merge some files in the fitz directory. --- apps/mozilla/moz_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/mozilla') diff --git a/apps/mozilla/moz_main.c b/apps/mozilla/moz_main.c index 551c34c1..b5ba7e7a 100644 --- a/apps/mozilla/moz_main.c +++ b/apps/mozilla/moz_main.c @@ -214,7 +214,7 @@ fz_matrix pdfmoz_pagectm(pdfmoz_t *moz, int pagenum) zoom = (rc.right - rc.left) / (float) page->w; - ctm = fz_identity(); + ctm = fz_identity; ctm = fz_concat(ctm, fz_translate(0, -page->page->mediabox.y1)); ctm = fz_concat(ctm, fz_scale(zoom, -zoom)); ctm = fz_concat(ctm, fz_rotate(page->page->rotate)); -- cgit v1.2.3