diff options
Diffstat (limited to 'src/pklib')
-rw-r--r-- | src/pklib/explode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pklib/explode.c b/src/pklib/explode.c index 1ee31fd..35210fb 100644 --- a/src/pklib/explode.c +++ b/src/pklib/explode.c @@ -150,7 +150,7 @@ static void GenDecodeTabs( static void GenAscTabs(TDcmpStruct * pWork) { - unsigned short * pChCodeAsc = &ChCodeAsc[0xFF]; + const unsigned short * pChCodeAsc = &ChCodeAsc[0xFF]; unsigned int acc, add; unsigned short count; |