From 362d23df9f6151446419757d48a53ff33b67cf2f Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Tue, 30 Sep 2014 16:44:36 +0200 Subject: Fix warnings. --- source/pdf/pdf-unicode.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/pdf') diff --git a/source/pdf/pdf-unicode.c b/source/pdf/pdf-unicode.c index 6b893051..d51d580b 100644 --- a/source/pdf/pdf-unicode.c +++ b/source/pdf/pdf-unicode.c @@ -24,7 +24,8 @@ static pdf_cmap * pdf_remap_cmap(fz_context *ctx, pdf_cmap *gid_from_cpt, pdf_cmap *ucs_from_cpt) { pdf_cmap *ucs_from_gid; - unsigned int i, a, b, x; + unsigned int a, b, x; + int i; ucs_from_gid = pdf_new_cmap(ctx); -- cgit v1.2.3