summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2021-10-20 18:32:35 +0200
committerThomas Deutschmann <whissi@gentoo.org>2021-10-20 18:32:35 +0200
commit466d84174fd19beb4f9de89f74ebbb2643b7b8b9 (patch)
tree4faa19ab448ec2ce409e029c799ec18f53f92789
parentFix docdir for Gentoo (diff)
downloadghostscript-gpl-patches-ghostscript-9.55-gentoo.tar.gz
ghostscript-gpl-patches-ghostscript-9.55-gentoo.tar.bz2
ghostscript-gpl-patches-ghostscript-9.55-gentoo.zip
Bug 704405: Fix typo in non-forked lcms2 codeghostscript-9.55-gentoo
Upstream commit 830afae5454dea3bff903869d82022306890a96c. Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
-rw-r--r--base/gsicc_lcms2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/gsicc_lcms2.c b/base/gsicc_lcms2.c
index ccf1d705..9badb6de 100644
--- a/base/gsicc_lcms2.c
+++ b/base/gsicc_lcms2.c
@@ -462,7 +462,7 @@ int
gscms_transform_color(gx_device *dev, gsicc_link_t *icclink, void *inputcolor,
void *outputcolor, int num_bytes)
{
- return gscms_transformm_color_const(dev, icclink, inputcolor, outputcolor, num_bytes);
+ return gscms_transform_color_const(dev, icclink, inputcolor, outputcolor, num_bytes);
}
int