summaryrefslogtreecommitdiff
path: root/source/fitz/load-pnm.c
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2016-07-08 12:06:27 +0200
committerTor Andersson <tor.andersson@artifex.com>2016-07-08 17:21:24 +0200
commit2791551275e458066b7f1c975d6c8d9e0435051c (patch)
tree3a04f9a2df5192f7cfaca51a766fd868bccfe48c /source/fitz/load-pnm.c
parent10d6eaa73164b58c91ae8a4537b8a8589038a01d (diff)
downloadmupdf-2791551275e458066b7f1c975d6c8d9e0435051c.tar.xz
git stripspace
Diffstat (limited to 'source/fitz/load-pnm.c')
-rw-r--r--source/fitz/load-pnm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/fitz/load-pnm.c b/source/fitz/load-pnm.c
index 6fc911e1..77e608fb 100644
--- a/source/fitz/load-pnm.c
+++ b/source/fitz/load-pnm.c
@@ -217,7 +217,6 @@ pnm_binary_read_image(fz_context *ctx, struct info *pnm, unsigned char *p, unsig
p = pnm_read_number(ctx, p, e, &pnm->width);
p = pnm_read_white(ctx, p, e, 0);
-
if (bitmap)
{
p = pnm_read_number(ctx, p, e, &pnm->height);