diff options
Diffstat (limited to 'jbig2dec/jbig2_halftone.h')
-rw-r--r-- | jbig2dec/jbig2_halftone.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jbig2dec/jbig2_halftone.h b/jbig2dec/jbig2_halftone.h index 22bf666c..fdeb0949 100644 --- a/jbig2dec/jbig2_halftone.h +++ b/jbig2dec/jbig2_halftone.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2001-2019 Artifex Software, Inc. +/* Copyright (C) 2001-2020 Artifex Software, Inc. All Rights Reserved. This software is provided AS-IS with no warranty, either express or @@ -23,7 +23,7 @@ typedef struct { int n_patterns; Jbig2Image **patterns; - int HPW, HPH; + uint32_t HPW, HPH; } Jbig2PatternDict; /* Table 24 */ |