diff options
author | Sebastian Rasmussen <sebras@hotmail.com> | 2008-04-20 12:27:13 +0200 |
---|---|---|
committer | Sebastian Rasmussen <sebras@hotmail.com> | 2008-04-20 12:27:13 +0200 |
commit | 5167bc26e0b89a8ce912fbaea5467a2871dcb230 (patch) | |
tree | 20dc8b0635128a3ccb8601235e832e6f987683ed | |
parent | 3deeda5ba06914bcd2f702df8c324e72725c304b (diff) | |
download | mupdf-5167bc26e0b89a8ce912fbaea5467a2871dcb230.tar.xz |
A tad more whitespace cleanup.
-rw-r--r-- | mupdf/pdf_shade4.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mupdf/pdf_shade4.c b/mupdf/pdf_shade4.c index 65f8540f..4345483e 100644 --- a/mupdf/pdf_shade4.c +++ b/mupdf/pdf_shade4.c @@ -76,7 +76,6 @@ pdf_loadtype4shade(fz_shade *shade, pdf_xref *xref, fz_obj *shading, fz_obj *ref shade->usefunction = 0; - n = 2 + shade->cs->n; j = 0; for (z = 0; z < (buf->ep - buf->bp) / bytepervertex; ++z) |