hekate/nyx: constify more args

This commit is contained in:
CTCaer
2024-10-04 22:09:06 +03:00
parent c422d63b64
commit 7b60c3d162
10 changed files with 15 additions and 15 deletions

View File

@@ -170,7 +170,7 @@ static void parse_external_kip_patches()
ext_patches_parsed = true;
}
const pkg2_kernel_id_t *pkg2_identify(u8 *hash)
const pkg2_kernel_id_t *pkg2_identify(const u8 *hash)
{
for (u32 i = 0; i < ARRAY_SIZE(_pkg2_kernel_ids); i++)
{