diff options
author | Tor Andersson <tor@ghostscript.com> | 2008-09-01 23:42:45 +0200 |
---|---|---|
committer | Tor Andersson <tor@ghostscript.com> | 2008-09-01 23:42:45 +0200 |
commit | 0f168c6810aa8f031fe546312fda81e274c9be80 (patch) | |
tree | 5e88959a66f88e20ddd581d0f14928278e16a111 | |
parent | 0b90baa2e4e0b14fd1373907c0e4421cf9f27777 (diff) | |
download | mupdf-0f168c6810aa8f031fe546312fda81e274c9be80.tar.xz |
Sigh...
-rw-r--r-- | mupdf/pdf_shade1.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mupdf/pdf_shade1.c b/mupdf/pdf_shade1.c index 4280a2c6..51879a33 100644 --- a/mupdf/pdf_shade1.c +++ b/mupdf/pdf_shade1.c @@ -138,8 +138,8 @@ pdf_loadtype2shade(fz_shade *shade, pdf_xref *xref, fz_obj *dict, fz_obj *ref) t0 = fz_toreal(fz_arrayget(obj, 0)); t1 = fz_toreal(fz_arrayget(obj, 1)); } else { - t0 = 0.; - t1 = 1.; + t0 = 0.0; + t1 = 1.0; } obj = fz_dictgets(dict, "Extend"); |