From b097603e36106f26550f85eadc124efba9e6d39b Mon Sep 17 00:00:00 2001 From: Ray Johnston Date: Thu, 28 Jul 2022 13:17:59 -0700 Subject: 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'. --- base/gsequivc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'base/gsequivc.c') 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 */ -- cgit v1.2.1