summaryrefslogtreecommitdiff
path: root/base/gxfill.c
diff options
context:
space:
mode:
authorRobin Watts <Robin.Watts@artifex.com>2019-09-03 23:54:52 +0100
committerRobin Watts <Robin.Watts@artifex.com>2019-09-04 18:23:01 +0100
commit5a6832ca60dfc34cb9a0680590cbd086f528fd22 (patch)
tree4458ede09b329293495b6b952275fbb9b3d633a1 /base/gxfill.c
parent1c6d485f4ba59072fba1a73f8f61071b00d7a7e6 (diff)
downloadghostpdl-5a6832ca60dfc34cb9a0680590cbd086f528fd22.tar.gz
Implement HyperPentahedral interpolation within lcms2mt.
This accelerates conversions from 4 component spaces, such as CMYK.
Diffstat (limited to 'base/gxfill.c')
-rw-r--r--base/gxfill.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/gxfill.c b/base/gxfill.c
index ab86769e2..2605dccdc 100644
--- a/base/gxfill.c
+++ b/base/gxfill.c
@@ -469,7 +469,7 @@ gx_general_fill_path(gx_device * pdev, const gs_gstate * pgs,
fo.fixed_flat,
params->rule,
pdevc,
- (!fill_by_trapezoids && fo.fill_direct) ? -1 : (int)pgs->log_op);
+ (!fill_by_trapezoids && fo.fill_direct) ? -1 : (int)pgs->log_op);
if (ppath == &ffpath)
gx_path_free(ppath, "gx_general_fill_path");
return code;