From 097e04605024aac16c6deb0e4aab4e2d1e42174e Mon Sep 17 00:00:00 2001 From: PMheart <17109513+PMheart@users.noreply.github.com> Date: Thu, 14 Apr 2022 23:14:27 +0200 Subject: [PATCH] OcAppleKernelLib: Add missing CONST --- Library/OcAppleKernelLib/CommonPatches.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/OcAppleKernelLib/CommonPatches.c b/Library/OcAppleKernelLib/CommonPatches.c index 7c02a60e..6d01ead9 100644 --- a/Library/OcAppleKernelLib/CommonPatches.c +++ b/Library/OcAppleKernelLib/CommonPatches.c @@ -597,7 +597,7 @@ mRemoveUsbLimitIoP1Find[] = { }; STATIC -UINT8 +CONST UINT8 mRemoveUsbLimitIoP1Replace[] = { 0x40, 0x0F, 0x87 }; -- GitLab