diff options
Diffstat (limited to 'gs/base/shcgen.h')
-rw-r--r-- | gs/base/shcgen.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gs/base/shcgen.h b/gs/base/shcgen.h index 986088869..9222a9834 100644 --- a/gs/base/shcgen.h +++ b/gs/base/shcgen.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. @@ -45,6 +45,6 @@ uint hc_sizeof_decoding(const hc_definition * def, int initial_bits); /* Generate the decoding tables. */ void hc_make_decoding(hcd_code * decode, const hc_definition * def, - int initial_bits); + int initial_bits); #endif /* shcgen_INCLUDED */ |