Change unsigned INT16 to UINT16

Addresses issue #642
This commit is contained in:
Nicolas F 2014-04-30 11:30:44 +02:00
parent f6262505cd
commit d2fbc52d6c
2 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@ typedef struct {
unsigned char buffer[GIFTABLE];
/* Symbol table */
unsigned INT16 link[GIFTABLE];
UINT16 link[GIFTABLE];
unsigned char data[GIFTABLE];
int next;

View File

@ -45,7 +45,7 @@ typedef struct {
unsigned char buffer[LZWTABLE];
/* Symbol table */
unsigned INT16 link[LZWTABLE];
UINT16 link[LZWTABLE];
unsigned char data[LZWTABLE];
int next;