aboutsummaryrefslogtreecommitdiffstats
path: root/main/ghostscript/9.55.0-typo.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/ghostscript/9.55.0-typo.patch')
-rw-r--r--main/ghostscript/9.55.0-typo.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/main/ghostscript/9.55.0-typo.patch b/main/ghostscript/9.55.0-typo.patch
deleted file mode 100644
index fe34d0ac331..00000000000
--- a/main/ghostscript/9.55.0-typo.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/base/gsicc_lcms2.c 2021-09-27 03:44:02.000000000 -0400
-+++ b/base/gsicc_lcms2.c 2021-09-29 16:15:42.137145100 -0400
-@@ -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