summaryrefslogtreecommitdiff
path: root/base/gsequivc.c
diff options
context:
space:
mode:
authorRay Johnston <ray.johnston@pobox.com>2022-07-28 13:17:59 -0700
committerRay Johnston <ray.johnston@pobox.com>2022-07-30 10:24:22 -0700
commitb097603e36106f26550f85eadc124efba9e6d39b (patch)
tree16c516888552e496acc510c6ca2165bcf66c8081 /base/gsequivc.c
parent5f02fef45b6594e722f31e9b16dddf3bd935ff97 (diff)
downloadghostpdl-b097603e36106f26550f85eadc124efba9e6d39b.tar.gz
Fix initializer warning of cmm_dev_profile_t (missing two floats)
This initializer probably was not updated when these two floats were added to the structure with commit a524cf9d66. Also fix the spelling of 'blackvector'.
Diffstat (limited to 'base/gsequivc.c')
-rw-r--r--base/gsequivc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/base/gsequivc.c b/base/gsequivc.c
index 5aea0c73c..477fe7f65 100644
--- a/base/gsequivc.c
+++ b/base/gsequivc.c
@@ -472,7 +472,8 @@ capture_spot_equivalent_cmyk_colors(gx_device * pdev, const gs_gstate * pgs,
0 /* blend_profile */, 0 /* postren_profile */,
{ {0} } /* rendercond[] */, 0 /* devicegraytok */,
0 /* graydection */, 0 /* pageneutralcolor */,
- 0 /* usefastcolor */, 0 /* blacktext */, 0 /* blackvectir */,
+ 0 /* usefastcolor */, 0 /* blacktext */, 0 /* blackvector */,
+ 0.0 /* blackthresholdL */, 0.0 /* blackthresholdC */,
0 /* supports_devn */, 0 /* overprint_control */,
0 /* spotnames */, 0 /* prebandthreshold */, 0 /* memory */,
{ 0 } /* rc_header */