summaryrefslogtreecommitdiff
path: root/utils/themeeditor/quazip/zip.c
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2024-05-05 14:04:20 -0400
committerSolomon Peachy <pizza@shaftnet.org>2024-05-05 14:05:13 -0400
commitc34076b2a591f8fc134b73d664fd8bd0b438d8ec (patch)
tree54f7fca8ca31fa586d753103c17543dd7bacaf8e /utils/themeeditor/quazip/zip.c
parentd7c541742f5e6ec07dbcc8e1346efde9d807437e (diff)
downloadrockbox-c34076b2a591f8fc134b73d664fd8bd0b438d8ec.tar.gz
rockbox-c34076b2a591f8fc134b73d664fd8bd0b438d8ec.zip
Theme Editor: Make it compile with modern toolchains
Change-Id: Idc0ef3dd34ab186b4ea40f4d916a2addf87eb478
Diffstat (limited to 'utils/themeeditor/quazip/zip.c')
-rw-r--r--utils/themeeditor/quazip/zip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/themeeditor/quazip/zip.c b/utils/themeeditor/quazip/zip.c
index 13463fe336..77c8726b3a 100644
--- a/utils/themeeditor/quazip/zip.c
+++ b/utils/themeeditor/quazip/zip.c
@@ -130,7 +130,7 @@ typedef struct
130 int encrypt; 130 int encrypt;
131#ifndef NOCRYPT 131#ifndef NOCRYPT
132 unsigned long keys[3]; /* keys defining the pseudo-random sequence */ 132 unsigned long keys[3]; /* keys defining the pseudo-random sequence */
133 const unsigned long* pcrc_32_tab; 133 const uint32_t* pcrc_32_tab;
134 int crypt_header_size; 134 int crypt_header_size;
135#endif 135#endif
136} curfile_info; 136} curfile_info;