From 79f197a69a35bb0108644b3fe854f030362ac9da Mon Sep 17 00:00:00 2001 From: Download-Fritz Date: Fri, 29 Mar 2019 12:46:24 +0100 Subject: [PATCH] OcAppleKernelLib: Fix typo --- Library/OcAppleKernelLib/Link.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/OcAppleKernelLib/Link.c b/Library/OcAppleKernelLib/Link.c index eafef88b..12bb1f54 100644 --- a/Library/OcAppleKernelLib/Link.c +++ b/Library/OcAppleKernelLib/Link.c @@ -1485,7 +1485,7 @@ InternalPrelinkKext64 ( } Relocations = MachoContext->ExternRelocations; - NumRelocations2 = >DySymtab->NumExternalRelocations; + NumRelocations2 = DySymtab->NumExternalRelocations; Result = InternalRelocateAndCopyRelocations64 ( Context, Kext,