From c34076b2a591f8fc134b73d664fd8bd0b438d8ec Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Sun, 5 May 2024 14:04:20 -0400 Subject: Theme Editor: Make it compile with modern toolchains Change-Id: Idc0ef3dd34ab186b4ea40f4d916a2addf87eb478 --- utils/themeeditor/quazip/zip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/themeeditor/quazip/zip.c') 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 int encrypt; #ifndef NOCRYPT unsigned long keys[3]; /* keys defining the pseudo-random sequence */ - const unsigned long* pcrc_32_tab; + const uint32_t* pcrc_32_tab; int crypt_header_size; #endif } curfile_info; -- cgit v1.2.3