diff options
Diffstat (limited to 'gs/psi/ifcid.h')
-rw-r--r-- | gs/psi/ifcid.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gs/psi/ifcid.h b/gs/psi/ifcid.h index 35b15bfaa..9a67efd3c 100644 --- a/gs/psi/ifcid.h +++ b/gs/psi/ifcid.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. @@ -19,10 +19,10 @@ /* Get the CIDSystemInfo of a CIDFont. */ int cid_font_system_info_param(gs_cid_system_info_t *pcidsi, - const ref *prfont); + const ref *prfont); /* Get the additional information for a CIDFontType 0 or 2 CIDFont. */ int cid_font_data_param(os_ptr op, gs_font_cid_data *pdata, - ref *pGlyphDirectory); + ref *pGlyphDirectory); #endif /* ifcid_INCLUDED */ |