summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorSebastian Rasmussen <sebras@hotmail.com>2009-05-02 02:56:58 +0200
committerSebastian Rasmussen <sebras@hotmail.com>2009-05-02 02:56:58 +0200
commit215e7e68e71d7b676c1afa6ee52d6d02cddde30d (patch)
treea6ea4adcbe4c7c17d8bc519b203cda2e4154bd94 /apps
parent415e0df50fa318c2fca7d36b9caaf7f8c472fd52 (diff)
downloadmupdf-215e7e68e71d7b676c1afa6ee52d6d02cddde30d.tar.xz
Fix typo in pdfinfo.
Diffstat (limited to 'apps')
-rw-r--r--apps/pdfinfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/pdfinfo.c b/apps/pdfinfo.c
index 760781c8..40b02901 100644
--- a/apps/pdfinfo.c
+++ b/apps/pdfinfo.c
@@ -484,7 +484,7 @@ gatherimages(int page, fz_obj *pageref, fz_obj *pageobj, fz_obj *dict)
width = fz_dictgets(imagedict, "Width");
if (width)
{
- error = pdf_resolve(&type, src);
+ error = pdf_resolve(&width, src);
if (error)
return fz_rethrow(error, "cannot resolve indirect image width (%d %d R)", fz_tonum(ref), fz_togen(ref));
}