summaryrefslogtreecommitdiff
path: root/jbig2dec/jbig2_arith.c
diff options
context:
space:
mode:
authorSebastian Rasmussen <sebras@gmail.com>2019-06-14 14:50:09 +0200
committerSebastian Rasmussen <sebras@gmail.com>2019-09-05 03:27:29 +0200
commitb3f859987f152e13ab141143234f686749f2caf7 (patch)
tree31fdd9e9812e3e38317eb4584c3401b9e5ef3ab7 /jbig2dec/jbig2_arith.c
parent49fa7d21bc555a96e19318b56301185f12f68c55 (diff)
downloadghostpdl-b3f859987f152e13ab141143234f686749f2caf7.tar.gz
jbig2dec: Declare internal data array static.
Diffstat (limited to 'jbig2dec/jbig2_arith.c')
-rw-r--r--jbig2dec/jbig2_arith.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/jbig2dec/jbig2_arith.c b/jbig2dec/jbig2_arith.c
index 6416fad62..69d2d93ca 100644
--- a/jbig2dec/jbig2_arith.c
+++ b/jbig2dec/jbig2_arith.c
@@ -195,7 +195,7 @@ typedef struct {
byte lps_xor; /* lps_xor = index ^ NLPS ^ (SWITCH << 7) */
} Jbig2ArithQe;
-const Jbig2ArithQe jbig2_arith_Qe[MAX_QE_ARRAY_SIZE] = {
+static const Jbig2ArithQe jbig2_arith_Qe[MAX_QE_ARRAY_SIZE] = {
{0x5601, 1 ^ 0, 1 ^ 0 ^ 0x80},
{0x3401, 2 ^ 1, 6 ^ 1},
{0x1801, 3 ^ 2, 9 ^ 2},