diff options
Diffstat (limited to 'libpsn00b/lzp/bit.c')
| -rw-r--r-- | libpsn00b/lzp/bit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpsn00b/lzp/bit.c b/libpsn00b/lzp/bit.c index aefa45d..9678357 100644 --- a/libpsn00b/lzp/bit.c +++ b/libpsn00b/lzp/bit.c @@ -3,7 +3,7 @@ // Bit I/O // -unsigned char* inPtr = 0; +const unsigned char* inPtr = 0; int inBytes = 0; unsigned char* outPtr = 0; int outBytes = 0; |
