aboutsummaryrefslogtreecommitdiff
path: root/libpsn00b/lzp/bit.h
diff options
context:
space:
mode:
authorspicyjpeg <88942473+spicyjpeg@users.noreply.github.com>2021-09-27 22:27:17 +0200
committerspicyjpeg <88942473+spicyjpeg@users.noreply.github.com>2021-09-27 22:27:17 +0200
commit49ea4e7561980d79ec3bed869982852b45b597e8 (patch)
tree187f00972a4280dd4ae01512714e6b35b21bec92 /libpsn00b/lzp/bit.h
parent0e3278a087daa25cba541d7c1dae19dfd4e2d422 (diff)
downloadpsn00bsdk-49ea4e7561980d79ec3bed869982852b45b597e8.tar.gz
Updated changelog and files missing from last commit
Diffstat (limited to 'libpsn00b/lzp/bit.h')
-rw-r--r--libpsn00b/lzp/bit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpsn00b/lzp/bit.h b/libpsn00b/lzp/bit.h
index ff71025..321160a 100644
--- a/libpsn00b/lzp/bit.h
+++ b/libpsn00b/lzp/bit.h
@@ -1,7 +1,7 @@
#ifndef _LZP_BIT_H
#define _LZP_BIT_H
-extern unsigned char* inPtr;
+extern const unsigned char* inPtr;
extern int inBytes;
extern unsigned char* outPtr;
extern int outBytes;