diff options
Diffstat (limited to 'gs/base/gsht.h')
-rw-r--r-- | gs/base/gsht.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gs/base/gsht.h b/gs/base/gsht.h index dd4309c0b..c12e74eb1 100644 --- a/gs/base/gsht.h +++ b/gs/base/gsht.h @@ -1,6 +1,6 @@ /* Copyright (C) 2001-2006 Artifex Software, Inc. All Rights Reserved. - + This software is provided AS-IS with no warranty, either express or implied. @@ -33,10 +33,10 @@ typedef struct gs_screen_halftone_s { /* Client definition of color (Type 2) halftones */ typedef struct gs_colorscreen_halftone_s { union _css { - gs_screen_halftone indexed[4]; - struct _csc { - gs_screen_halftone red, green, blue, gray; - } colored; + gs_screen_halftone indexed[4]; + struct _csc { + gs_screen_halftone red, green, blue, gray; + } colored; } screens; } gs_colorscreen_halftone; |