summaryrefslogtreecommitdiff
path: root/source/fitz/load-pnm.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/fitz/load-pnm.c')
-rw-r--r--source/fitz/load-pnm.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/fitz/load-pnm.c b/source/fitz/load-pnm.c
index 5c8fad61..21bf939c 100644
--- a/source/fitz/load-pnm.c
+++ b/source/fitz/load-pnm.c
@@ -111,7 +111,6 @@ pnm_read_white(fz_context *ctx, unsigned char *p, unsigned char *e, int single_l
if (p < e && iseol(*p))
p++;
}
-
}
return p;
@@ -295,7 +294,6 @@ pnm_ascii_read_image(fz_context *ctx, struct info *pnm, unsigned char *p, unsign
*dp++ = map_color(ctx, v, pnm->maxval, 255);
}
}
-
}
return img;