summaryrefslogtreecommitdiff
path: root/psi/zcolor.c
diff options
context:
space:
mode:
authorNancy Durgin <nancy.durgin@artifex.com>2018-09-13 13:06:01 -0700
committerNancy Durgin <nancy.durgin@artifex.com>2018-09-18 07:13:39 -0700
commit29d8ed33d90bea26b24995c43ad53119a943f2d6 (patch)
treeeb296474606f17d23e311aefff6c69e9ef5c10be /psi/zcolor.c
parent7c3e7eee829cc3d2582e4aa7ae1fd495ca72cef1 (diff)
downloadghostpdl-29d8ed33d90bea26b24995c43ad53119a943f2d6.tar.gz
Fixed a bunch of incorrect parameter counts
(Note that these were basically harmless, but they make a nice hint to the programmers, so it's nice if the hint is correct...)
Diffstat (limited to 'psi/zcolor.c')
-rw-r--r--psi/zcolor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/psi/zcolor.c b/psi/zcolor.c
index 7a00d4e22..53f176836 100644
--- a/psi/zcolor.c
+++ b/psi/zcolor.c
@@ -6748,7 +6748,7 @@ const op_def zcolor_ext_op_defs[] =
/* Operators to deal with setting stroking/non-stroking colors
* individually */
- { "1.swapcolors", zswapcolors },
+ { "0.swapcolors", zswapcolors },
/* internal operators, entries here only used for error reporting */
{ "0%setcolorspace_cont", setcolorspace_cont },