summaryrefslogtreecommitdiff
path: root/src/lib/openjp2/bio.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/openjp2/bio.h')
-rw-r--r--src/lib/openjp2/bio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/openjp2/bio.h b/src/lib/openjp2/bio.h
index 53e0f0db..a69299b9 100644
--- a/src/lib/openjp2/bio.h
+++ b/src/lib/openjp2/bio.h
@@ -57,7 +57,7 @@ typedef struct opj_bio {
/** temporary place where each byte is read or written */
OPJ_UINT32 buf;
/** coder : number of bits free to write. decoder : number of bits read */
- int ct;
+ OPJ_UINT32 ct;
} opj_bio_t;
/** @name Exported functions */