diff options
author | Henry Stiles <henry.stiles@artifex.com> | 1998-07-23 07:16:57 +0000 |
---|---|---|
committer | Henry Stiles <henry.stiles@artifex.com> | 1998-07-23 07:16:57 +0000 |
commit | c6df65c67318293db5b25b112b2ae3d4ab9f91bc (patch) | |
tree | 27de7236208d848107770b00c0d3063a3aa15a7b | |
parent | cce6e3acf03a61d362b3858178a228b18d40d526 (diff) | |
download | ghostpdl-c6df65c67318293db5b25b112b2ae3d4ab9f91bc.tar.gz |
constant warnings.
git-svn-id: http://svn.ghostscript.com/ghostpcl/trunk/ghostpcl@224 06663e23-700e-0410-b217-a244a6096597
-rw-r--r-- | pcl/rtcolor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pcl/rtcolor.c b/pcl/rtcolor.c index 27ca0b8a6..4690b9961 100644 --- a/pcl/rtcolor.c +++ b/pcl/rtcolor.c @@ -27,7 +27,7 @@ private const int32 palette_simple_RGB[8*3] = private int /* ESC * r <cs_enum> U */ pcl_simple_color(pcl_args_t *pargs, pcl_state_t *pcls) -{ const int32 *pdata; +{ int32 *pdata; uint psize; switch ( int_arg(pargs) ) |