From 8955d758a5715bcaaffbaf23f39fe587ee73e790 Mon Sep 17 00:00:00 2001 From: PMheart <17109513+PMheart@users.noreply.github.com> Date: Wed, 14 Jun 2023 16:50:23 +0200 Subject: [PATCH] OcAppleKernelLib: Minor typo --- Library/OcAppleKernelLib/CommonPatches.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Library/OcAppleKernelLib/CommonPatches.c b/Library/OcAppleKernelLib/CommonPatches.c index 0c61cb16..215daf2b 100644 --- a/Library/OcAppleKernelLib/CommonPatches.c +++ b/Library/OcAppleKernelLib/CommonPatches.c @@ -2379,7 +2379,7 @@ STATIC CONST UINT8 mAquantiaEthernetPatchFindMaskShikumo[] = { 0xFF, 0xFF, 0x00, 0x00, - 0xFF, 0xFF, 0x00, 0x00,0x00, 0x00, + 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0xFF, 0xFF }; @@ -2395,7 +2395,7 @@ STATIC CONST UINT8 mAquantiaEthernetPatchReplaceMaskShikumo[] = { 0xFF, 0xFF, 0x00, 0x00, - 0xFF, 0xFF, 0xFF, 0xFF,0xFF, 0xFF, + 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF };