diff options
Diffstat (limited to 'source/pdf/pdf-image.c')
-rw-r--r-- | source/pdf/pdf-image.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/pdf/pdf-image.c b/source/pdf/pdf-image.c index 4da69a50..48c78d96 100644 --- a/source/pdf/pdf-image.c +++ b/source/pdf/pdf-image.c @@ -395,7 +395,7 @@ pdf_add_image(fz_context *ctx, pdf_document *doc, fz_image *image, int mask) else { unsigned int size; - int n, h; + int h; unsigned char *d, *s; raw_or_unknown_compression: |