[gs-cvs] rev 7793 - trunk/gs/src
giles at ghostscript.com
giles at ghostscript.com
Sun Mar 18 21:27:35 PDT 2007
Author: giles
Date: 2007-03-18 21:27:34 -0700 (Sun, 18 Mar 2007)
New Revision: 7793
Modified:
trunk/gs/src/sjpx_luratech.h
Log:
Correct a typo in the indexed colorspace support for the luratech JPX
decoder.
Modified: trunk/gs/src/sjpx_luratech.h
===================================================================
--- trunk/gs/src/sjpx_luratech.h 2007-03-15 02:13:09 UTC (rev 7792)
+++ trunk/gs/src/sjpx_luratech.h 2007-03-19 04:27:34 UTC (rev 7793)
@@ -28,7 +28,7 @@
gs_jpx_cs_unset, /* colorspace hasn't been set */
gs_jpx_cs_gray, /* single component grayscale image */
gs_jpx_cs_rgb, /* three component (s)RGB image */
- gs_jpx_cs_cmyk /* four component CMYK image */
+ gs_jpx_cs_cmyk, /* four component CMYK image */
gs_jpx_cs_indexed /* PDF image wants raw index values */
} gs_jpx_cs;
More information about the gs-cvs
mailing list